# AgentCreateInput

> **Class** in `langchain_snowflake`

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

Input schema for creating Cortex Agents.

## Signature

```python
AgentCreateInput()
```

## Extends

- `BaseModel`

## Properties

- `name`
- `comment`
- `profile`
- `models`
- `instructions`
- `orchestration`
- `tools`
- `tool_resources`

---

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