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

pull/4059/head
sino 2 years ago committed by GitHub
parent 6f1e4a19a2
commit b1399cd5f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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']

Loading…
Cancel
Save