Output Table Schema
| Column | Data Type | Description |
|---|---|---|
| AccumulatedColumns | Any | Columns copied from input to output |
| Output | VARCHAR | Response from the LLM |
| 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. |