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

# chat • Rust AI Agent SDK

> Interactive chat command

# chat

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

Interactive chat command

## Import

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

## Functions

<CardGroup cols={2}>
  <Card title="run()" icon="function" href="../functions/run">
    Run interactive chat session
  </Card>
</CardGroup>
