Skip to content

Commit

Permalink
Bugfix/Update retriever tool wordings (#2679)
Browse files Browse the repository at this point in the history
update retriever tool wordings
  • Loading branch information
HenryHengZJ authored Jun 19, 2024
1 parent 2174365 commit 1849637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit 1849637

Please sign in to comment.