# RetrieverInput

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/tools/retriever/RetrieverInput)

Input to the retriever.

## Signature

```python
RetrieverInput()
```

## Extends

- `BaseModel`

## Properties

- `query`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/c197a7b6f757860df429aefb8e8a40a60d75987f/libs/core/langchain_core/tools/retriever.py#L25)