# EnhancedAgentInput

> **Class** in `langchain_snowflake`

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

Enhanced input schema for agent execution with all parameters.

## Signature

```python
EnhancedAgentInput()
```

## Extends

- `BaseModel`

## Properties

- `query`
- `messages`
- `thread_id`
- `temperature`
- `max_tokens`
- `top_p`
- `stream`

---

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