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

# Task Details • AI Agents Framework

> TaskDetails: Details for a single task.

# TaskDetails

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

<Badge color="purple">AI Agents Framework</Badge>

Details for a single task (used by `RoleDetails.tasks` in agent-team generation).

## Properties

<ResponseField name="description" type="str">
  Description of the task to perform.
</ResponseField>

<ResponseField name="expected_output" type="str">
  Expected output of the task.
</ResponseField>

## Source

<Card icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/auto.py#L570">
  `praisonai/auto.py` at line 570
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card icon="brackets-curly" href="./WorkflowStepDetails" />

  <Card icon="list-check" href="/docs/concepts/tasks" />
</CardGroup>
