Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -209,7 +209,7 @@ export class PromptGenerator {
|
||||
},
|
||||
]
|
||||
|
||||
let filesSearchMethod = this.settings.filesSearchMethod
|
||||
let filesSearchMethod = this.settings.filesSearchSettings.method
|
||||
if (filesSearchMethod === 'auto' && this.settings.embeddingModelId && this.settings.embeddingModelId !== '') {
|
||||
filesSearchMethod = 'semantic'
|
||||
}
|
||||
@@ -755,6 +755,7 @@ export class PromptGenerator {
|
||||
this.app.vault.getRoot().path,
|
||||
false,
|
||||
mode,
|
||||
this.settings.filesSearchSettings,
|
||||
filesSearchMethod,
|
||||
preferredLanguage,
|
||||
this.diffStrategy,
|
||||
|
||||
Reference in New Issue
Block a user