@sqlrooms/ai / AiTableScopeOptions
Type Alias: AiTableScopeOptions
AiTableScopeOptions =
object
Filters used to select which tables from the catalog are exposed to AI.
Properties
scope?
optionalscope?:AiTableScope
Broad catalog scope to include.
schema?
optionalschema?:string
Optional exact schema name filter.
database?
optionaldatabase?:string
Optional exact database name filter.
