> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Summary • Rust AI Agent SDK

> get_summary: Get summary statistics.

# get\_summary

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**ThinkingTracker**](../classes/ThinkingTracker) class in the [**thinking**](../modules/thinking) module.

Get summary statistics.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_summary(&self) -> HashMap<String, serde_json::Value>
```

### Returns

<ResponseField name="Returns" type="HashMap<String, serde_json::Value>">
  The result of the operation.
</ResponseField>
