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

# Output Reserve Pct • Rust AI Agent SDK

> output_reserve_pct: Set output reserve percentage

# output\_reserve\_pct

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

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

Set output reserve percentage

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def output_reserve_pct(mut self, pct: f64) -> Self
```

## Parameters

<ParamField query="pct" type="f64" required={true}>
  No description available.
</ParamField>

### Returns

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Output" icon="file-export" href="/docs/rust/output" />

  <Card title="Rust Structured Output" icon="code" href="/docs/rust/structured-output" />

  <Card title="Rust Display" icon="display" href="/docs/rust/display" />
</CardGroup>
