From 17525fac45adc58be6e7b8a79f951f4352c9be2f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 14 Mar 2025 20:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/openai/bin/weather-responses.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/openai/bin/weather-responses.ts b/examples/openai/bin/weather-responses.ts index 3985f0ae..ea0e9c50 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 })