> ## Documentation Index
> Fetch the complete documentation index at: https://uom-demo.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Thread

## Variables

### Thread

```ts theme={null}
const Thread: FC;
```

Defined in: [components/assistant-ui/thread.tsx:70](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/assistant-ui/thread.tsx#L70)

React Component representing the main message thread workspace.
Uses `@assistant-ui/react` primitives combined with customized loaders,
JSON message viewers, and custom error boundaries.

#### Returns

The thread chat interface.
