DebugInfo
Debug information for LLM query execution (development only)Object Type
Fields
| Field | Type | Description |
|---|---|---|
| confidence | Float | Confidence score from the LLM (0.0 to 1.0) |
| executionTimeMs required | Int! | SQL execution time in milliseconds |
| generatedSql required | String! | The SQL query generated by the LLM |
| rawResults | JSON | Raw SQL query results before formatting |
| resultCount required | Int! | Number of rows returned by the query |
| totalTimeMs required | Int! | Total processing time in milliseconds |
