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

# Add Abbreviations • AI Agent SDK

> add_abbreviations: Add multiple custom abbreviation expansions.

# add\_abbreviations

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

> This is a method of the [**QueryRewriterAgent**](../classes/QueryRewriterAgent) class in the [**query\_rewriter\_agent**](../modules/query_rewriter_agent) module.

Add multiple custom abbreviation expansions.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def add_abbreviations(abbreviations: Dict[str, str]) -> None
```

## Parameters

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

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/query_rewriter_agent.py#L627">
  `praisonaiagents/agent/query_rewriter_agent.py` at line 627
</Card>
