# AgentOutput

> **Class** in `langchain_snowflake`

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

Output schema for Cortex Agent responses.

This schema documents the expected structure of agent responses,
following the same documentation patterns as existing tool schemas.

Note: Like other tool schemas in this package, this is for documentation
and type hints only. The actual _run methods return JSON strings.

## Signature

```python
AgentOutput()
```

## Extends

- `BaseModel`

## Properties

- `content`
- `run_id`
- `thread_id`
- `usage`
- `tools_used`
- `name`

---

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