mirror of
https://github.com/katanemo/plano.git
synced 2026-05-01 20:03:40 +02:00
ArchFC endpoint integration (#94)
* integration * mopdify docker file * add params and fix python lint * fix empty context and tool calls * address comments * revert port * fix bug merge * fix environment * fix bug * fix compose * fix merge
This commit is contained in:
parent
1a7c1ad0a5
commit
17a643c410
9 changed files with 98 additions and 41 deletions
|
|
@ -89,7 +89,9 @@ class BoltHandler:
|
|||
if isinstance(tool_call, dict):
|
||||
try:
|
||||
if not executable:
|
||||
extracted_tools.append({tool_call["name"]: tool_call["arguments"]})
|
||||
extracted_tools.append(
|
||||
{tool_call["name"]: tool_call["arguments"]}
|
||||
)
|
||||
else:
|
||||
name, arguments = (
|
||||
tool_call.get("name", ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue