docs: fix typos in packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts (#5446)

Fix typos in packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts
This commit is contained in:
Lê Nam Khánh 2025-11-07 18:48:31 +07:00 committed by GitHub
parent b9a020dc70
commit 0dc14b5cd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class SubQuestionQueryEngine_LlamaIndex implements INode {
this.icon = 'subQueryEngine.svg' this.icon = 'subQueryEngine.svg'
this.category = 'Engine' this.category = 'Engine'
this.description = this.description =
'Breaks complex query into sub questions for each relevant data source, then gather all the intermediate reponses and synthesizes a final response' 'Breaks complex query into sub questions for each relevant data source, then gather all the intermediate responses and synthesizes a final response'
this.baseClasses = [this.type, 'BaseQueryEngine'] this.baseClasses = [this.type, 'BaseQueryEngine']
this.tags = ['LlamaIndex'] this.tags = ['LlamaIndex']
this.inputs = [ this.inputs = [