From c3ce1d33d4c5edf4c70c8a1f0839b1faca25cf6f Mon Sep 17 00:00:00 2001 From: Maximilian <85677120+maximilianzuern@users.noreply.github.com> Date: Sun, 10 May 2026 23:32:15 +0200 Subject: [PATCH] fix tool config in example in sdk.ts --- packages/coding-agent/src/core/sdk.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/coding-agent/src/core/sdk.ts b/packages/coding-agent/src/core/sdk.ts index 8bc96072..3e0533d0 100644 --- a/packages/coding-agent/src/core/sdk.ts +++ b/packages/coding-agent/src/core/sdk.ts @@ -184,7 +184,7 @@ function getAttributionHeaders( * await loader.reload(); * const { session } = await createAgentSession({ * model: myModel, - * tools: [readTool, bashTool], + * tools: ["read", "bash"], * resourceLoader: loader, * sessionManager: SessionManager.inMemory(), * });