Phase 3 — WS frame + REST fallbacka
This commit is contained in:
@@ -287,7 +287,6 @@ async def _run_agent_with_tools(
|
||||
return final_text
|
||||
|
||||
for call in response.tool_calls:
|
||||
call_id = str(call.get("id", ""))
|
||||
call_name = str(call.get("name", ""))
|
||||
call_args = call.get("args", {})
|
||||
logger.info(
|
||||
|
||||
Reference in New Issue
Block a user