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

# Reasoning Effort • AI Agent SDK

> reasoning_effort: API reference for Agent.reasoning_effort

# reasoning\_effort

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

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

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def reasoning_effort(value: Optional[str]) -> None
```

## Parameters

<ParamField query="value" type="Optional[str]" required={true}>
  No description available.
</ParamField>

## Uses

* `normalize_effort`

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Reasoning Feature" icon="brain" href="/docs/docs/features/reasoning" />

  <Card title="Reasoning Extract" icon="lightbulb" href="/docs/docs/features/reasoning-extract" />
</CardGroup>
