langchain_cohere.react_multi_hop.prompt
.render_intermediate_steps¶
- langchain_cohere.react_multi_hop.prompt.render_intermediate_steps(intermediate_steps: List[Tuple[AgentAction, Any]]) str [源代码]¶
将智能体的中间步骤渲染为提示内容。
- 参数
intermediate_steps (列表[元组[AgentAction, Any]]) –
- 返回类型
字符串