Replies: 1 comment 3 replies
-
|
Hi @SnakeO, Great work! This is indeed how we are planning to add support for the build-in tools. Build-in tools only work with the new Responses API endpoint of OpenAI. The community ad openai-php/client are already working on adding support for the endpoint. After the release we are going to add support for theses tools. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
OpenAI Provides 3 built-in tools.
The WebSearchTool lets an agent search the web.
The FileSearchTool allows retrieving information from your OpenAI Vector Stores.
The ComputerTool allows automating computer use tasks.
The following classes will give the agent access to these built-in tools
Beta Was this translation helpful? Give feedback.
All reactions