Ask a question to get started
Enter to sendā¢Shift+Enter new line
format_log_to_str( intermediate_steps: list[tuple[AgentAction, str]], observation_prefix: str
intermediate_steps
list[tuple[AgentAction, str]]
List of tuples of AgentAction and observation strings.
observation_prefix
str
'Observation: '
Prefix to append the observation with.
llm_prefix
'Thought: '
Construct the scratchpad that lets the agent continue its thought process.
Prefix to append the llm call with.