Skip to content

@sqlrooms/ai / AiTableScope

Type Alias: AiTableScope

AiTableScope = "main" | "current_database" | "all"

Table visibility scope used when selecting the catalog slice to expose to AI.

main means the current database's main schema, current_database means all schemas in the current database, and all means every visible table.