feat: send custom event

This commit is contained in:
hetao
2026-02-06 17:44:20 +08:00
parent 9f367b5563
commit 9bf3a12c30
7 changed files with 80 additions and 127 deletions

View File

@@ -135,6 +135,7 @@ export function useSubmitThread({
threadId: isNewThread ? threadId! : undefined,
streamSubgraphs: true,
streamResumable: true,
streamMode: ["values", "messages-tuple", "custom"],
config: {
recursion_limit: 1000,
},