Deployment-wide per-user cost rollup within a date range. Only counts assistant-role messages.
(ctx context.Context, arg GetChatCostPerUserParams)
| 350 | // Deployment-wide per-user cost rollup within a date range. |
| 351 | // Only counts assistant-role messages. |
| 352 | GetChatCostPerUser(ctx context.Context, arg GetChatCostPerUserParams) ([]GetChatCostPerUserRow, error) |
| 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) |
no outgoing calls