We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fad9b commit 75a06f6Copy full SHA for 75a06f6
1 file changed
src/mastra/agents/calendarAgent.ts
@@ -55,5 +55,5 @@ Current user: ${userId ?? 'anonymous'}`,
55
getUpcomingEvents,
56
findFreeSlots,
57
},
58
- outputProcessors: [new TokenLimiterProcessor(1048576)]
+ outputProcessors: [new TokenLimiterProcessor(128000)]
59
});
0 commit comments