> ## 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 Step • AI Agent SDK

> ReasoningStep: Represents a reasoning step in the research process.

# ReasoningStep

> Defined in the [**Deep Research Agent**](../modules/deep_research_agent) module.

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

Represents a reasoning step in the research process.

## Properties

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

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

## Source

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

***

## Related Documentation

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

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