get_function_response#
- langchain_community.chains.graph_qa.cypher.get_function_response(
- question: str,
- context: List[Dict[str, Any]],
Deprecated since version 0.3.8: Use
:meth:`~langchain_neo4j.chains.graph_qa.cypher.get_function_response`
instead. It will not be removed until langchain-community==1.0.- Parameters:
question (str)
context (List[Dict[str, Any]])
- Return type:
List[BaseMessage]