diff --git a/agent/nodes/model.ts b/agent/nodes/model.ts index de5481f..bda4ce7 100644 --- a/agent/nodes/model.ts +++ b/agent/nodes/model.ts @@ -9,7 +9,7 @@ export function createModelNode(tools: any, promptPath: string): GraphNode { const response = await backOff(async () => { return await extractWebpageContentWorker(url); }, { - numOfAttempts: 10, + numOfAttempts: 5, startingDelay: 500, timeMultiple: 2, jitter: "full",