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

# flush • AI Agent SDK

> flush: Flush any pending data.

# flush

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

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

Flush any pending data.

## Signature

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

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/obs/__init__.py#L123">
  `praisonaiagents/obs/__init__.py` at line 123
</Card>
