Skip to content

@sqlrooms/ai / AiTableScopeOptions

Type Alias: AiTableScopeOptions

AiTableScopeOptions = object

Filters used to select which tables from the catalog are exposed to AI.

Properties

scope?

optional scope?: AiTableScope

Broad catalog scope to include.


schema?

optional schema?: string

Optional exact schema name filter.


database?

optional database?: string

Optional exact database name filter.