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

# Toolkit

## Variables

### uomToolkit

```ts theme={null}
const uomToolkit: Toolkit;
```

Defined in: [components/assistant-ui/runtime/toolkit.tsx:9](https://github.com/corovcam/Universal-Object-Mapping/blob/main/frontend/uom-translator-ui/components/assistant-ui/runtime/toolkit.tsx#L9)

Registry of client-side tools available to the assistant-ui chat runtime.
Enables the LLM model to call specific local functions that can render custom UI cards
or access client capabilities.
