We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5432a8 commit b0d4898Copy full SHA for b0d4898
src/services/deep-research/DeepResearchService.ts
@@ -235,7 +235,7 @@ export class DeepResearchService {
235
this.progress.completedQueries = this.progress.completedQueries + 1
236
onProgressUpdated()
237
238
- if (newDepth === 0) {
+ if (newDepth <= 0) {
239
return { learnings: allLearnings, visitedUrls: allUrls }
240
}
241
0 commit comments