Aggregate cost summary for a single user within a date range. Only counts assistant-role messages.
(ctx context.Context, arg GetChatCostSummaryParams)
| 353 | // Aggregate cost summary for a single user within a date range. |
| 354 | // Only counts assistant-role messages. |
| 355 | GetChatCostSummary(ctx context.Context, arg GetChatCostSummaryParams) (GetChatCostSummaryRow, error) |
| 356 | // GetChatDebugLoggingAllowUsers returns the runtime admin setting that |
| 357 | // allows users to opt into chat debug logging when the deployment does |
| 358 | // not already force debug logging on globally. |
no outgoing calls