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

# Health Repair Result • AI Agent SDK

> HealthRepairResult: Result returned by an optional health-check repair.

# HealthRepairResult

> Defined in the [**Health Check**](../modules/health_check) module.

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

Result returned by an optional health-check repair.

## Properties

<ResponseField name="changed" type="bool">
  No description available.
</ResponseField>

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

<ResponseField name="details" type="Mapping[str, Any]">
  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/health_check.py#L12">
  `praisonaiagents/runtime/health_check.py` at line 12
</Card>
