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

# Reflection Output • AI Agent SDK

> ReflectionOutput: Class reference for ReflectionOutput

# ReflectionOutput

> Defined in the [**main**](../modules/main) module.

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

## Properties

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

<ResponseField name="satisfactory" type="Literal">
  No description available.
</ResponseField>

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Output Concept" icon="file-export" href="/docs/concepts/output" />

  <Card title="Output Configuration" icon="gear" href="/docs/configuration/output-config" />

  <Card title="Save Output" icon="floppy-disk" href="/docs/features/save-output" />

  <Card title="Reflection Concept" icon="mirror" href="/docs/concepts/reflection" />

  <Card title="Self Reflection" icon="brain" href="/docs/features/selfreflection" />
</CardGroup>
