How to Create Calculator Tool #6524
bsuryadevara
started this conversation in
General
Replies: 1 comment
-
Hey @bsuryadevara, right now Haystack's Agents can only use existing components and pipelines as tools, see the docs: https://docs.haystack.deepset.ai/reference/agent-api#tool So if you want a calculator tools, you need to make a Calculator component first. Here is a guide about how to create a custom component: https://docs.haystack.deepset.ai/docs/custom_nodes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to do we create a
Calculator
tool for an Agent? Similar to what we have in the langchain LLM framework?Beta Was this translation helpful? Give feedback.
All reactions