Automated update of Base Application package.

This commit is contained in:
bot 2024-12-31 19:57:50 +00:00
parent d607fabe55
commit 5e9c937313
3 changed files with 2 additions and 3 deletions

Binary file not shown.

BIN
dist/app-1.0.0.tar.gz vendored

Binary file not shown.

View File

@ -148,12 +148,11 @@ class Agent:
)
while run.status != "completed":
outputs = []
#for tool in run.required_action.submit_tool_outputs.tool_calls:
# for tool in run.required_action.submit_tool_outputs.tool_calls:
# tool_handler = self.tool_handlers[tool.name]
# output = await tool_handler(tool.arguments)
# outputs.append({"tool_call_id": tool.id, "output": output})
#if outputs:
# if outputs:
# run = client.beta.threads.runs.submit_tool_outputs_and_poll(
# thread_id=self.thread.id, run_id=run.id, tool_outputs=outputs
# )