langchain_cohere.react_multi_hop.prompt
.render_observations¶
- langchain_cohere.react_multi_hop.prompt.render_observations(observations: Union[List[Mapping[str, str]], List[str], Mapping[str, str], str], index: int) Tuple[BaseMessage, int] [source]¶
将代理中间步骤的“输出”部分渲染为提示内容。
- 参数
observations (Union[List[Mapping[str, str]], List[str], Mapping[str, str], str]) –
index (int) –
- 返回类型
Tuple[BaseMessage, int]