summaryrefslogtreecommitdiff
path: root/packages/core/src/tools/tool-registry.test.ts
diff options
context:
space:
mode:
authorMarat Boshernitsan <[email protected]>2025-06-12 17:17:29 -0700
committerGitHub <[email protected]>2025-06-12 17:17:29 -0700
commit181abde2ffa8f1f68b6c540a5600346116cb5145 (patch)
tree0081aeb6e48116865ed7d081024fc789dfae8c80 /packages/core/src/tools/tool-registry.test.ts
parent3c3da655b0fd4dafce7a642c4112e2375e3fa02f (diff)
Reduce coupling between core and cli packages (#961)
Co-authored-by: Marat Boshernitsan <[email protected]>
Diffstat (limited to 'packages/core/src/tools/tool-registry.test.ts')
-rw-r--r--packages/core/src/tools/tool-registry.test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/tools/tool-registry.test.ts b/packages/core/src/tools/tool-registry.test.ts
index f4cedcd4..5837fd76 100644
--- a/packages/core/src/tools/tool-registry.test.ts
+++ b/packages/core/src/tools/tool-registry.test.ts
@@ -124,6 +124,7 @@ class MockTool extends BaseTool<{ param: string }, ToolResult> {
}
const baseConfigParams: ConfigParameters = {
+ cwd: '/tmp',
contentGeneratorConfig: {
model: 'test-model',
apiKey: 'test-api-key',