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

# Send Typing • AI Agent SDK

> send_typing: Send a typing indicator. Default no-op unless capability set.

# send\_typing

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**BasePlatformAdapter**](../classes/BasePlatformAdapter) class in the [**base**](../modules/base) module.

Send a typing indicator. Default no-op unless capability set.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def send_typing(chat_id: Any) -> None
```

## Parameters

<ParamField query="chat_id" type="Any" required={true}>
  No description available.
</ParamField>

## Used By

* [`BasePlatformAdapter.deliver`](../functions/BasePlatformAdapter-deliver)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/bots/base.py#L501">
  `praisonaiagents/bots/base.py` at line 501
</Card>
