update retriever tool wordings

pull/2679/head
Henry 2024-06-19 18:36:11 +01:00
parent 21743656a8
commit c7713c177a
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 })