Skip to content

Commit 565117f

Browse files
fix: fixed find-files-agent returned empty files even after indexing (#95)
1 parent 77b113b commit 565117f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/bright-dots-appear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"hai-build-code-generator": patch
3+
---
4+
5+
Fixed find-files-agent returned empty files even after indexing

src/core/task/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ export class Task {
176176
this.chatSettings = chatSettings
177177

178178
// HAI variable initialization
179+
this.task = task
179180
this.expertPrompt = expertPrompt
180181
this.apiConfiguration = apiConfiguration
181182
this.embeddingConfiguration = embeddingConfiguration

0 commit comments

Comments
 (0)