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

# Finding • AI Agent SDK

> Finding: Represents a migration finding from a doctor rule.

# Finding

> Defined in the [**Doctor Protocol**](../modules/doctor_protocol) module.

<Badge color="blue">AI Agent</Badge>

Represents a migration finding from a doctor rule.

## Properties

<ResponseField name="rule_id" type="str">
  No description available.
</ResponseField>

<ResponseField name="severity" type="str">
  No description available.
</ResponseField>

<ResponseField name="message" type="str">
  No description available.
</ResponseField>

<ResponseField name="fix_description" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="context" type="Optional">
  No description available.
</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#L14">
  `praisonaiagents/runtime/doctor_protocol.py` at line 14
</Card>
