渲染中间步骤#
- langchain_cohere.react_multi_hop.prompt.render_intermediate_steps(intermediate_steps: List[Tuple[AgentAction, Any]]) str [source]#
将代理的中间步骤渲染为提示内容。
- Parameters:
intermediate_steps (List[Tuple[AgentAction, Any]])
- Return type:
字符串
将代理的中间步骤渲染为提示内容。
intermediate_steps (List[Tuple[AgentAction, Any]])
字符串