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
@@ -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 })