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

# complete • Rust AI Agent SDK

> complete: Complete the context and track event

# complete

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

> This is a method of the [**TelemetryContext**](../classes/TelemetryContext) class in the [**telemetry\_funcs**](../modules/telemetry_funcs) module.

Complete the context and track event

## Signature

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

### Returns

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