瀏覽代碼

fix: unable to fetch CoT agent runner log (#4052)

sino 11 月之前
父節點
當前提交
b1399cd5f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/core/agent/cot_agent_runner.py

+ 1 - 1
api/core/agent/cot_agent_runner.py

@@ -219,7 +219,7 @@ class CotAgentRunner(BaseAgentRunner, ABC):
                         tool_input={scratchpad.action.action_name: scratchpad.action.action_input},
                         thought=scratchpad.thought,
                         observation={scratchpad.action.action_name: tool_invoke_response},
-                        tool_invoke_meta=tool_invoke_meta.to_dict(),
+                        tool_invoke_meta={scratchpad.action.action_name: tool_invoke_meta.to_dict()},
                         answer=scratchpad.agent_response,
                         messages_ids=message_file_ids,
                         llm_usage=usage_dict['usage']