| Column | Data Type | Description |
|---|---|---|
| AccumulatedColumns | Any | Columns copied from input to output |
| Summary | VARCHAR | Summarized text |
| Count | INTEGER | Number of characters in summary |
| Message | VARCHAR | Error message returned from the LLM (if applicable) |
| InputTokens | INTEGER | Input tokens consumed by the model for this call. Applicable when ShowNumTokens parameter is true. |
| OutputTokens | INTEGER | Output tokens consumed by the model for this call. Applicable when ShowNumTokens parameter is true. |