fix(frontend): sanitize unsupported langgraph stream modes (#1050)

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
Xinmin Zeng
2026-03-10 18:56:19 +08:00
committed by GitHub
parent 19604e7f47
commit d5135ab757
4 changed files with 138 additions and 4 deletions
-1
View File
@@ -326,7 +326,6 @@ export function useThreadStream({
threadId: threadId,
streamSubgraphs: true,
streamResumable: true,
streamMode: ["values", "messages-tuple", "custom"],
config: {
recursion_limit: 1000,
},