GetChatTemplateAllowlist returns the JSON-encoded template allowlist. Returns an empty string when no allowlist has been configured (all templates allowed).
(ctx context.Context)
| 420 | // GetChatTemplateAllowlist returns the JSON-encoded template allowlist. |
| 421 | // Returns an empty string when no allowlist has been configured (all templates allowed). |
| 422 | GetChatTemplateAllowlist(ctx context.Context) (string, error) |
| 423 | GetChatTitleGenerationModelOverride(ctx context.Context) (string, error) |
| 424 | GetChatUsageLimitConfig(ctx context.Context) (ChatUsageLimitConfig, error) |
| 425 | GetChatUsageLimitGroupOverride(ctx context.Context, groupID uuid.UUID) (GetChatUsageLimitGroupOverrideRow, error) |
no outgoing calls