mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
remove urls when tracking think action (#84)
This commit is contained in:
parent
492f879ef1
commit
25e012d917
@ -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