diff --git a/agent.py b/agent.py index 961001dd4..de9ba65dc 100644 --- a/agent.py +++ b/agent.py @@ -371,7 +371,7 @@ class Agent: [ SystemMessage(content=system_text), *history_langchain, - AIMessage(content="JSON:"), # force the LLM to start with json + # AIMessage(content="JSON:"), # force the LLM to start with json ] )