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

# Create Default Delivery • AI Agent SDK

> create_default_delivery: Create default delivery channels with no streaming.

# create\_default\_delivery

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**turn\_context**](../modules/turn_context) module.

Create default delivery channels with no streaming.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def create_default_delivery() -> DeliveryChannels
```

### Returns

<ResponseField name="Returns" type="DeliveryChannels">
  The result of the operation.
</ResponseField>

## Uses

* `DeliveryChannels`

## Source

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