old-agentic
Travis Fischer 2025-03-14 21:14:03 +08:00
rodzic f2df241f6d
commit 377d4d2363
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,