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