feat: add recursion_limit
This commit is contained in:
parent
6bf187c1c2
commit
8f0bd828d5
|
|
@ -90,6 +90,9 @@ export function useSubmitThread({
|
||||||
threadId: isNewThread ? threadId! : undefined,
|
threadId: isNewThread ? threadId! : undefined,
|
||||||
streamSubgraphs: true,
|
streamSubgraphs: true,
|
||||||
streamResumable: true,
|
streamResumable: true,
|
||||||
|
config: {
|
||||||
|
recursion_limit: 100,
|
||||||
|
},
|
||||||
context: {
|
context: {
|
||||||
...threadContext,
|
...threadContext,
|
||||||
thread_id: threadId,
|
thread_id: threadId,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue