DomainModel
Unique identifier for the domain.
Version number of the domain for change tracking.
Human-readable name for the domain.
Optional description explaining the purpose and contents of the domain.
List of databases included in this domain. See DatabaseModel.
Domain-specific knowledge and context information.
Custom system instructions for AI interactions within this domain.
Fiscal year start month (1-12) for financial calculations.
Code generation configuration settings. See CodegenConfig.
DatabaseModel
Unique identifier for the database.
Version number of the database for change tracking.
Name of the database.
Identifier of the domain this database belongs to.
Connection details for accessing this database. See Connection.
Whether this database was created from user-uploaded CSV files.
Configuration Objects
VizConfig
Whether to always use compact number formatting in visualizations.
Whether to show the data panel by default in visualizations.
CodegenConfig
Level of thinking effort for AI code generation. See ChatThinkingEffort.
Enums
ChatThinkingEffort
The level of thinking effort for AI interactions. This parameter accepts the following values:Effort Level | Description |
---|---|
Low | Minimal thinking effort for simple queries |
Medium | Moderate thinking effort for standard analysis |
High | Maximum thinking effort for complex analysis |