Skip to content

Commit f8377bd

Browse files
committed
does this work?
1 parent a8f1951 commit f8377bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/agent/src/core/toolAgent.cache.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import { toolAgent } from './toolAgent.js';
66

77
const logger = new MockLogger();
88

9+
process.env.ANTHROPIC_API_KEY = 'sk-ant-api03-1234567890';
10+
911
// Mock Anthropic client
1012
vi.mock('@anthropic-ai/sdk', () => {
1113
return {

0 commit comments

Comments
 (0)