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

# Expand Abbreviations • Rust AI Agent SDK

> expand_abbreviations: Expand abbreviations in query

# expand\_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 [**specialized\_agents**](../modules/specialized_agents) module.

Expand abbreviations in query

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def expand_abbreviations(&self, query: &str) -> String
```

## Parameters

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

### Returns

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