diff --git a/examples/openai/bin/weather-responses.ts b/examples/openai/bin/weather-responses.ts index 3985f0a..ea0e9c5 100644 --- a/examples/openai/bin/weather-responses.ts +++ b/examples/openai/bin/weather-responses.ts @@ -51,7 +51,7 @@ async function main() { const res = await openai.responses.create({ model: 'gpt-4o-mini', temperature: 0, - tools: weather.functions.specs, + tools: weather.functions.responsesToolSpecs, input: messages })