获取函数响应#
- langchain_community.chains.graph_qa.cypher.get_function_response(question: str, context: List[Dict[str, Any]]) List[BaseMessage] [source]#
自版本0.3.8起已弃用:请改用
:meth:`~langchain_neo4j.chains.graph_qa.cypher.get_function_response`
。在langchain-community==1.0之前不会移除。- Parameters:
问题 (str)
context (List[Dict[str, Any]])
- Return type:
列表[BaseMessage]