mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
Merge branch 'main' of https://github.com/jina-ai/node-DeepResearch
This commit is contained in:
commit
167308a976
@ -27,7 +27,7 @@ export class ActionTracker extends EventEmitter {
|
||||
if (lang) {
|
||||
think = getI18nText(think, lang, params);
|
||||
}
|
||||
this.state = {...this.state, thisStep: {...this.state.thisStep, think}};
|
||||
this.state = {...this.state, thisStep: {...this.state.thisStep, URLTargets: [], think} as StepAction};
|
||||
this.emit('action', this.state.thisStep);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user