UpsertChatAdvisorConfig stores the deployment-wide runtime configuration for the experimental chat advisor. Callers marshal codersdk.AdvisorConfig to JSON before invoking this query.
(ctx context.Context, value string)
| 1375 | // for the experimental chat advisor. Callers marshal codersdk.AdvisorConfig |
| 1376 | // to JSON before invoking this query. |
| 1377 | UpsertChatAdvisorConfig(ctx context.Context, value string) error |
| 1378 | UpsertChatAutoArchiveDays(ctx context.Context, autoArchiveDays int32) error |
| 1379 | UpsertChatComputerUseProvider(ctx context.Context, provider string) error |
| 1380 | // UpsertChatDebugLoggingAllowUsers updates the runtime admin setting that |
no outgoing calls