mirror of https://github.com/aliasrobotics/cai.git
Qwen executes tool calls
This commit is contained in:
parent
5b9d5dd72b
commit
05b07d7fd4
|
|
@ -853,9 +853,8 @@ class Runner:
|
||||||
parsed_args = str(tool_call.parsed_args)
|
parsed_args = str(tool_call.parsed_args)
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
else:
|
except Exception:
|
||||||
logger.debug("[_get_single_step_result_from_response] Processed response: No tools_used.")
|
pass
|
||||||
|
|
||||||
|
|
||||||
tool_use_tracker.add_tool_use(agent, processed_response.tools_used)
|
tool_use_tracker.add_tool_use(agent, processed_response.tools_used)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue