> ## 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 Prompts • Rust AI Agent SDK

> ExpandPrompts: Prompt expansion prompts for each strategy

# ExpandPrompts

> Defined in the [**Specialized Agents**](../modules/specialized_agents) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Prompt expansion prompts for each strategy

## Methods

### `get`

```rust theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
fn get(strategy: ExpandStrategy) -> &'static str
```

Get prompt for strategy

**Parameters:**

| Name       | Type             |
| ---------- | ---------------- |
| `strategy` | `ExpandStrategy` |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/specialized_agents.rs#L126">
  `praisonai/src/specialized_agents.rs` at line 126
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Prompts" icon="message" href="/docs/rust/prompts" />

  <Card title="Rust Templates" icon="file-code" href="/docs/rust/templates" />
</CardGroup>
