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

# disable Performance Mode • TypeScript AI Agent SDK

> disablePerformanceMode: API reference for disablePerformanceMode

# disablePerformanceMode

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**telemetry**](../modules/telemetry) module.

## Signature

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

### Returns

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

## Uses

* `getMinimalTelemetry`
* `disablePerformanceMode`

## Used By

* [`disablePerformanceMode`](../functions/disablePerformanceMode)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/telemetry/index.ts#L509">
  `src/telemetry/index.ts` at line 509
</Card>
