render_intermediate_steps#
- langchain_cohere.react_multi_hop.prompt.render_intermediate_steps(intermediate_steps: List[Tuple[AgentAction, Any]]) str [source]#
Renders an agentβs intermediate steps into prompt content.
- Parameters:
intermediate_steps (List[Tuple[AgentAction, Any]]) β
- Return type:
str