(ctx context.Context)
| 398 | GetChatMessagesForPromptByChatID(ctx context.Context, chatID uuid.UUID) ([]ChatMessage, error) |
| 399 | GetChatModelConfigByID(ctx context.Context, id uuid.UUID) (ChatModelConfig, error) |
| 400 | GetChatModelConfigs(ctx context.Context) ([]ChatModelConfig, error) |
| 401 | // Returns all model configurations for telemetry snapshot collection. |
| 402 | GetChatModelConfigsForTelemetry(ctx context.Context) ([]GetChatModelConfigsForTelemetryRow, error) |
| 403 | // GetChatPersonalModelOverridesEnabled returns whether users may configure |
no outgoing calls