OpenAI's function-calling tool format (Chat Completions and Responses APIs) is plain JSON, so unlike the Langchain/Vercel AI/MCP adapters this one needs no openai peer dependency at all — it only builds/consumes wire-format objects.
openai
Optional
Protected
Readonly
Executes a tool call by the sanitized name the provider echoed back.
OpenAI's function-calling tool format (Chat Completions and Responses APIs) is plain JSON, so unlike the Langchain/Vercel AI/MCP adapters this one needs no
openaipeer dependency at all — it only builds/consumes wire-format objects.