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

# Time Remaining • Rust AI Agent SDK

> time_remaining: Get remaining time budget.

# time\_remaining

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

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

Get remaining time budget.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def time_remaining(&self) -> Option<f64>
```

### Returns

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