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

# Runtime Delta • AI Agent SDK

> RuntimeDelta: Streaming delta from runtime execution.

# RuntimeDelta

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

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

Streaming delta from runtime execution.

## Properties

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

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

<ResponseField name="metadata" type="Dict[str, Any]">
  No description available.
</ResponseField>

## Source

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