# 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/9bfd947b3ce63ca58fe27c059f9db6c3cc90cf78/libs/neo4j/langchain_neo4j/chains/graph_qa/cypher.py#L78)