Attributes

code
Boolean
Whether the content should be formatted as code.
endline
Boolean
Whether the content ends with a line break.
error
Boolean
Whether the content represents an error state.
progress
Boolean
Whether the content shows progress information.
subtext
Boolean
Whether the content is subtext or secondary information.
sqlDialect
String
SQL dialect for code formatting.
containerId
String
Container identifier for grouping content.
generatingQuery
String
Query being generated (for progress indication).
updatedAt
String
Timestamp of the last update.
streamId
String
Stream identifier for real-time content.
derivedTableName
String
Name of derived table (for SQL content).
tool
String
Tool that generated this content.
isInsight
Boolean
Whether the content represents an insight.
isDomainModelingSuggestion
Boolean
Whether the content is a domain modeling suggestion.
reportAttributes
ReportAttributes
Report-specific attributes for content.

ReportAttributes

reportId
String
Identifier for the associated report.
intermediateStep
Boolean
Whether this is an intermediate step in report generation.
reportElement
Boolean
Whether this is a report element.
reportTitle
Boolean
Whether this is a report title.

Additional Resources