Qwen executes tool calls

This commit is contained in:
luijait 2025-05-06 16:47:39 +02:00
parent 42aed4ea70
commit 2c6fa34cd6
1 changed files with 2 additions and 3 deletions

View File

@ -853,9 +853,8 @@ class Runner:
parsed_args = str(tool_call.parsed_args)
except Exception:
pass
else:
logger.debug("[_get_single_step_result_from_response] Processed response: No tools_used.")
except Exception:
pass
tool_use_tracker.add_tool_use(agent, processed_response.tools_used)