Tools
Functions
Any python function can be used as a tool by an Agent. We highly recommend creating functions specific to your workflow and adding them to your Agents.
For example, here’s how to use a get_top_hackernews_stories
function as a tool:
hn_agent.py
Was this page helpful?