pull/693/head
Travis Fischer 2025-03-14 21:14:03 +08:00
rodzic 997755a4a9
commit 7b6ebc242a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ async function main() {
model: openai('gpt-4o-mini'),
tools: createAISDKTools(weather),
experimental_activeTools: Array.from(weather.functions).map(
(fn) => fn.name
(fn) => fn.spec.name
),
toolChoice: 'required',
temperature: 0,