Discord: per-channel autoThread (#800)

Co-authored-by: Shadow <shadow@clawd.bot>
This commit is contained in:
David Guttman
2026-01-12 10:33:07 -10:00
committed by GitHub
parent 6406ed869a
commit b73042500e
4 changed files with 110 additions and 4 deletions

View File

@@ -350,6 +350,7 @@ const DiscordGuildChannelSchema = z.object({
enabled: z.boolean().optional(),
users: z.array(z.union([z.string(), z.number()])).optional(),
systemPrompt: z.string().optional(),
autoThread: z.boolean().optional(),
});
const DiscordGuildSchema = z.object({