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

# Handoff Input Data • AI Agent SDK

> HandoffInputData: Data passed to a handoff target agent.

# HandoffInputData

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

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

Data passed to a handoff target agent.

## Properties

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

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

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

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

<ResponseField name="handoff_chain" type="List">
  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/handoff.py#L165">
  `praisonaiagents/agent/handoff.py` at line 165
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Handoffs Concept" icon="hand-holding" href="/docs/concepts/handoffs" />

  <Card title="Handoffs Feature" icon="arrow-right-arrow-left" href="/docs/features/handoffs" />
</CardGroup>
