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
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-1
View File
@@ -148,7 +148,6 @@ class Agent:
) )
while run.status != "completed": 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] # tool_handler = self.tool_handlers[tool.name]
# output = await tool_handler(tool.arguments) # output = await tool_handler(tool.arguments)