(ctx context.Context, id uuid.UUID)
| 397 | GetChatMessagesByChatIDDescPaginated(ctx context.Context, arg GetChatMessagesByChatIDDescPaginatedParams) ([]ChatMessage, error) |
| 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) |
no outgoing calls