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

# Has Changes • AI Agent SDK

> has_changes: True if any rule proposed a change.

# has\_changes

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

> This is a method of the [**RepairPlan**](../classes/RepairPlan) class in the [**doctor\_protocol**](../modules/doctor_protocol) module.

True if any rule proposed a change.

## Signature

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

### Returns

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

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/doctor_protocol.py#L72">
  `praisonaiagents/runtime/doctor_protocol.py` at line 72
</Card>
