fix(deep-research): pass search results incrementally when triggering node_complete
This commit is contained in:
@ -404,7 +404,7 @@ export async function deepResearch({
|
|||||||
onProgress({
|
onProgress({
|
||||||
type: 'node_complete',
|
type: 'node_complete',
|
||||||
result: {
|
result: {
|
||||||
learnings: allLearnings,
|
learnings: searchResult.learnings ?? [],
|
||||||
followUpQuestions: searchResult.followUpQuestions ?? [],
|
followUpQuestions: searchResult.followUpQuestions ?? [],
|
||||||
},
|
},
|
||||||
nodeId: childNodeId(nodeId, i),
|
nodeId: childNodeId(nodeId, i),
|
||||||
|
Reference in New Issue
Block a user