# CortexSummarizerOutput

> **Class** in `langchain_snowflake`

📖 [View in docs](https://reference.langchain.com/python/langchain-snowflake/tools/_base/CortexSummarizerOutput)

Output schema for CortexSummarizerTool.

## Signature

```python
CortexSummarizerOutput()
```

## Extends

- `SnowflakeToolResponse`

## Properties

- `original_text`
- `summary`
- `original_length`
- `summary_length`

---

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