Example of a Tool
#144
by
Tanya8901
- opened
So, I too at first was confused on how to build my own tool. So I started with something very simple. Just used a open free API endpoint and asked the LLM specific questions related to USA's population is specific years that the Agent should know using the above API.
Interestingly, this works!
You can check the example here -> https://huggingface.co/spaces/Tanya8901/First_agent_template/blob/main/app.py
Tanya8901
changed discussion title from
Example of your a Tool
to Example of a Tool