mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
minor adjustments
This commit is contained in:
parent
29d83b51c8
commit
e5a987087b
2 changed files with 3 additions and 6 deletions
|
|
@ -755,17 +755,13 @@ class MCPConfig(BaseModel):
|
|||
|
||||
prompt += (
|
||||
f"#### Usage:\n"
|
||||
f"~~~json\n"
|
||||
f"{{\n"
|
||||
# f' "observations": ["..."],\n' # TODO: this should be a prompt file with placeholders
|
||||
f' "thoughts": ["..."],\n'
|
||||
# f' "reflection": ["..."],\n' # TODO: this should be a prompt file with placeholders
|
||||
f" \"tool_name\": \"{server_name}.{tool['name']}\",\n"
|
||||
f' "tool_args": {{ !follow schema above }}\n'
|
||||
# f"{tool_args}"
|
||||
# f" }}\n"
|
||||
f' "tool_args": !follow schema above\n'
|
||||
f"}}\n"
|
||||
f"~~~\n"
|
||||
)
|
||||
|
||||
return prompt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue