Bugfix: json lead disabled

frdel committed Apr 7, 2025 at 17:12 UTC e0b948ce6686b23f85b9630f2b015509b245be46
1 file changed +1 -1
agent.py
+1 -1
@@ -371,7 +371,7 @@ class Agent:
371 [
372 SystemMessage(content=system_text),
373 *history_langchain,
374 - AIMessage(content="JSON:"), # force the LLM to start with json
374 + # AIMessage(content="JSON:"), # force the LLM to start with json
375 ]
376 )
377