# RunInput

> **Class** in `langchain_snowflake`

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

Input schema for creating agent runs.

## Signature

```python
RunInput()
```

## Extends

- `BaseModel`

## Properties

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

---

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