mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
Bugfix: json lead disabled
This commit is contained in:
parent
25978421dc
commit
e0b948ce66
1 changed files with 1 additions and 1 deletions
2
agent.py
2
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
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue