Skip to main content

DebugInfo

Debug information for LLM query execution (development only)
Object Type

Fields

FieldTypeDescription
confidenceFloatConfidence score from the LLM (0.0 to 1.0)
executionTimeMs requiredInt!SQL execution time in milliseconds
generatedSql requiredString!The SQL query generated by the LLM
rawResultsJSONRaw SQL query results before formatting
resultCount requiredInt!Number of rows returned by the query
totalTimeMs requiredInt!Total processing time in milliseconds