Skip to content

Commit

Permalink
fix #12125
Browse files Browse the repository at this point in the history
  • Loading branch information
leslie2046 committed Dec 28, 2024
1 parent ead4b34 commit 4f972b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/core/agent/fc_agent_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ def increase_usage(final_llm_usage_dict: dict[str, LLMUsage], usage: LLMUsage):
# save agent thought
self.save_agent_thought(
agent_thought=agent_thought,
tool_name="",
tool_input="",
thought="",
tool_name=None,
tool_input=None,
thought=None,
tool_invoke_meta={
tool_response["tool_call_name"]: tool_response["meta"] for tool_response in tool_responses
},
Expand Down

0 comments on commit 4f972b7

Please sign in to comment.