MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / construct

Function construct

packages/agent-core/test/tools/read-media.test.ts:543–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

541 // surfaces the gap.
542 let caught: unknown = null;
543 const construct = (): ReadMediaFileTool =>
544 new ReadMediaFileTool(
545 createFakeKaos(),
546 PERMISSIVE_WORKSPACE,
547 capabilities({ image_in: false, video_in: false }),
548 );
549 try {
550 construct();
551 } catch (error) {

Callers 1

read-media.test.tsFile · 0.85

Calls 2

createFakeKaosFunction · 0.90
capabilitiesFunction · 0.85

Tested by

no test coverage detected