langchain_cohere.react_multi_hop.parsing
.parse_citations¶
- langchain_cohere.react_multi_hop.parsing.parse_citations(grounded_answer: str, documents: List[MutableMapping]) Tuple[str, List[CohereCitation]] [源代码]¶
将 grounded_generation(来自 parse_actions)和文档(来自 convert_to_documents)解析为一个(生成,CohereCitation 列表)元组。
- 参数
grounded_answer(字符串) –
documents(列表[可变映射]) –
- 返回类型
Tuple[str, 列表[CohereCitation]]