diff --git a/frontend/src/core/threads/hooks.ts b/frontend/src/core/threads/hooks.ts index d472cac..7b08906 100644 --- a/frontend/src/core/threads/hooks.ts +++ b/frontend/src/core/threads/hooks.ts @@ -90,6 +90,9 @@ export function useSubmitThread({ threadId: isNewThread ? threadId! : undefined, streamSubgraphs: true, streamResumable: true, + config: { + recursion_limit: 100, + }, context: { ...threadContext, thread_id: threadId,