# get_function_response

> **Function** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/chains/graph_qa/cypher/get_function_response)

## Signature

```python
get_function_response(
    question: str,
    context: List[Dict[str, Any]],
) -> List[BaseMessage]
```

## ⚠️ Deprecated

Deprecated since version 0.3.8. Use langchain_neo4j.chains.graph_qa.cypher.get_function_response instead. Will be removed in version 1.0.

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/7c10a5fa327f6aaaf7c932822a9e5d144891406e/libs/community/langchain_community/chains/graph_qa/cypher.py#L138)