We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e72184 commit 6a45137Copy full SHA for 6a45137
packages/core/src/services/loopDetectionService.ts
@@ -79,7 +79,7 @@ export class LoopDetectionService {
79
// Tool call tracking
80
private lastToolCallKey: string | null = null;
81
private toolCallRepetitionCount: number = 0;
82
- private readonly toolCallArgsCache = new WeakMap<object, string>();
+ private toolCallArgsCache = new WeakMap<object, string>();
83
84
// Content streaming tracking
85
private streamContentHistory = '';
0 commit comments