| Column | Data Type | Description |
|---|---|---|
| AccumulatedColumns | Any | Columns copied from input to output |
| Labeled_Entities | VARCHAR | Identified labeled entities |
| 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. |