Skip to content

@sqlrooms/ai / StoredToolSet

Type Alias: StoredToolSet

StoredToolSet = Record<string, StoredTool>

Immer-safe tool map stored in AI slice state.

See

StoredTool for why this exists instead of ToolSet.