(ctx context.Context, provider string)
| 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 |
| 1381 | // allows users to opt into chat debug logging. |
| 1382 | UpsertChatDebugLoggingAllowUsers(ctx context.Context, allowUsers bool) error |
no outgoing calls