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