mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
@@ -6,4 +6,4 @@ if __name__ == "__main__":
|
||||
"First do background research on the sender and topics to make sure you"
|
||||
" understand the context, then write the draft."
|
||||
)
|
||||
print(agent_executor.invoke({"input": question, "chat_history": []})) # noqa: T201
|
||||
print(agent_executor.invoke({"input": question, "chat_history": []}))
|
||||
|
Reference in New Issue
Block a user