mirror of
https://github.com/katanemo/plano.git
synced 2026-05-03 21:02:56 +02:00
formating and mointoring change (#136)
This commit is contained in:
parent
976b2eaae0
commit
93abe553e3
8 changed files with 83 additions and 47 deletions
|
|
@ -52,7 +52,6 @@ class ArchHandler:
|
|||
messages: list[dict],
|
||||
execution_results: list,
|
||||
) -> dict:
|
||||
|
||||
content = []
|
||||
for result in execution_results:
|
||||
content.append(f"<tool_response>\n{json.dumps(result)}\n</tool_response>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue