Tools
Tools
Tools - OpenAI Agents SDK
Tools let agents take actions: things like fetching data, running code, calling external APIs, and even using a computer. There are three classes of tools in the Agent SDK:
https://openai.github.io/openai-agents-python/tools/

Seonglae Cho