# get_function_response

> **Function** in `langchain_neo4j`

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

## Signature

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

---

[View source on GitHub](https://github.com/langchain-ai/langchain-neo4j/blob/887064c6bea53318f3507ed07120ea68bfe6a36b/libs/neo4j/langchain_neo4j/chains/graph_qa/cypher.py#L78)