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

# prompt • Rust AI Agent SDK

> Single-shot prompt command

# prompt

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

Single-shot prompt command

## Import

```rust theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
use praisonai_cli::commands::prompt::*;
```

## Functions

<CardGroup cols={2}>
  <Card title="run()" icon="function" href="../functions/run">
    Run a single prompt
  </Card>
</CardGroup>

***

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