mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +03:00
Bugfix/Update retriever tool wordings (#2679)
update retriever tool wordings
This commit is contained in:
@@ -76,7 +76,7 @@ class Retriever_Tools implements INode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const schema = z.object({
|
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 })
|
const tool = new DynamicStructuredTool({ ...input, func, schema })
|
||||||
|
|||||||
Reference in New Issue
Block a user