# AgentInput

> **Class** in `langchain_snowflake`

📖 [View in docs](https://reference.langchain.com/python/langchain-snowflake/agents/schemas/AgentInput)

Input schema for Cortex Agent execution.

This schema defines the parameters for executing a Cortex Agent,
following LangChain tool input patterns.

## Signature

```python
AgentInput()
```

## Extends

- `BaseModel`

## Properties

- `query`
- `thread_id`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-snowflake/blob/c7b3fc040db944acce19c2afb245c1735b9b63a2/libs/snowflake/langchain_snowflake/agents/schemas.py#L12)