# AIAssistant

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/AI/AIAssistant.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/AI/AIAssistant.tsx#L28)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `_documentId` | `string` | - | - |
| `documentContent` | `string` | - | - |
| `onClose` | `Function` | - | - |

## Diagram

```mermaid
graph TD
    component_AIAssistant_b06d1fb["AIAssistant"]
    class component_AIAssistant_b06d1fb rootComponent
```

## Relationships

- RENDERS → `ProviderSelector`
- RENDERS → `Settings`
- RENDERS → `Trash2`
- RENDERS → `X`
- RENDERS → `MessageList`
- RENDERS → `PromptInput`
- USES_HOOK → `useState`
- USES_HOOK → `useAI`
- USES_HOOK → `useEffect`
- USES_HOOK → `useCallback`
