feat: unify provider reaction tools

This commit is contained in:
Peter Steinberger
2026-01-07 04:10:13 +01:00
parent 551a8d5683
commit 3afef2d504
41 changed files with 1169 additions and 82 deletions

View File

@@ -6,6 +6,7 @@ export const DiscordToolSchema = Type.Union([
channelId: Type.String(),
messageId: Type.String(),
emoji: Type.String(),
remove: Type.Optional(Type.Boolean()),
}),
Type.Object({
action: Type.Literal("reactions"),