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

# observe • AI Agent SDK

> observe: API reference for WallClockGapThawPolicy.observe

# observe

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

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

## Signature

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

### Returns

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

## Uses

* `ThawDecision`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/protocols.py#L3529">
  `praisonaiagents/gateway/protocols.py` at line 3529
</Card>
