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

# CLI Backend Delta • AI Agent SDK

> CliBackendDelta: Streaming delta from CLI backend.

# CliBackendDelta

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

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

Streaming delta from CLI backend.

## 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/cli_backend/protocols.py#L82">
  `praisonaiagents/cli_backend/protocols.py` at line 82
</Card>
