Skip to content

Commit 75a06f6

Browse files
committed
fix: update TokenLimiterProcessor buffer size in calendarAgent
- Changed the buffer size of TokenLimiterProcessor from 1048576 to 128000 to optimize output processing.
1 parent a7fad9b commit 75a06f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mastra/agents/calendarAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ Current user: ${userId ?? 'anonymous'}`,
5555
getUpcomingEvents,
5656
findFreeSlots,
5757
},
58-
outputProcessors: [new TokenLimiterProcessor(1048576)]
58+
outputProcessors: [new TokenLimiterProcessor(128000)]
5959
});

0 commit comments

Comments
 (0)