# AgentProfile

> **Class** in `langchain_snowflake`

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

Schema for agent profile information.

## Signature

```python
AgentProfile()
```

## Extends

- `BaseModel`

## Properties

- `display_name`
- `avatar`
- `color`
- `description`

---

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