# use_simple_prompt

> **Function** in `langchain_aws`

📖 [View in docs](https://reference.langchain.com/python/langchain-aws/chains/graph_qa/neptune_cypher/use_simple_prompt)

Decides whether to use the simple prompt

## Signature

```python
use_simple_prompt(
    llm: BaseLanguageModel,
) -> bool
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/ea22fe3d744a3248b0b74ed555e9c34844b35a54/libs/aws/langchain_aws/chains/graph_qa/neptune_cypher.py#L64)