compatibility-test/README.md
This script uses the Agents SDK in TypeScript and the underlying OpenAI client to verify the shape of the API calls but also whether the API performs tool calling.
npm install in this directory.providers.ts to create an entry for the API to test. Change vllm to the provider name of your choice. Use chat for Chat Completions tests and responses for Responses API tests.npm start -- --provider <name> -n 1 -k 1
npm start -- --provider <name> -k 5