From 01b04dd73e6c8749d2a10280cedfb526e8c5f83a Mon Sep 17 00:00:00 2001 From: William Jeynes Date: Tue, 31 Mar 2026 18:26:55 +0100 Subject: [PATCH] use a model we know has tool calling capabilities --- agent/nodes/model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/nodes/model.ts b/agent/nodes/model.ts index f37dd34..e099f3e 100644 --- a/agent/nodes/model.ts +++ b/agent/nodes/model.ts @@ -9,7 +9,7 @@ export function createModelNode(tools: any, promptPath: string): GraphNode