> ## 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.

# Reduction Percent • AI Agent SDK

> reduction_percent: Percentage of tokens reduced.

# reduction\_percent

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

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

Percentage of tokens reduced.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def reduction_percent() -> float
```

### Returns

<ResponseField name="Returns" type="float">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/context/models.py#L223">
  `praisonaiagents/context/models.py` at line 223
</Card>
