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

# Supports Typing • AI Agent SDK

> supports_typing: Whether the platform supports typing indicators.

# supports\_typing

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

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

Whether the platform supports typing indicators.

## Signature

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

### Returns

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

## Source

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