diff --git a/Agents/Drafter.py b/Agents/Drafter.py index ee1d171..1753dc7 100644 --- a/Agents/Drafter.py +++ b/Agents/Drafter.py @@ -64,7 +64,7 @@ def our_agent(state: AgentState) -> AgentState: """) if not state["messages"]: - user_input = "I'm ready to help you update a document. What would you like to create?" + user_input = input("I'm ready to help you update a document. What would you like to create?") user_message = HumanMessage(content=user_input) else: