(ctx context.Context, arg GetUserChatPersonalModelOverrideParams)
| 774 | GetUserChatCustomPrompt(ctx context.Context, userID uuid.UUID) (string, error) |
| 775 | GetUserChatDebugLoggingEnabled(ctx context.Context, userID uuid.UUID) (bool, error) |
| 776 | GetUserChatPersonalModelOverride(ctx context.Context, arg GetUserChatPersonalModelOverrideParams) (string, error) |
| 777 | // Returns the total spend for a user in the given period. |
| 778 | // When organization_id is NULL, spend across all organizations is |
| 779 | // returned (global behavior). Otherwise only spend within the |
no outgoing calls