Bugfix/Update retriever tool wordings (#2679)

update retriever tool wordings
This commit is contained in:
Henry Heng 2024-06-19 18:49:01 +01:00 committed by GitHub
parent 21743656a8
commit 1849637af8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Retriever_Tools implements INode {
}
const schema = z.object({
input: z.string().describe('query to look up in retriever')
input: z.string().describe('input to look up in retriever')
})
const tool = new DynamicStructuredTool({ ...input, func, schema })