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

Function capabilities

packages/agent-core/test/tools/read-media.test.ts:44–54  ·  view source on GitHub ↗
(overrides: Partial<ModelCapability> = {})

Source from the content-addressed store, hash-verified

42]);
43
44function capabilities(overrides: Partial<ModelCapability> = {}): ModelCapability {
45 return {
46 image_in: true,
47 video_in: true,
48 audio_in: false,
49 thinking: false,
50 tool_use: true,
51 max_context_tokens: 0,
52 ...overrides,
53 };
54}
55
56function makeReadMediaTool(
57 input: {

Callers 3

makeReadMediaToolFunction · 0.85
read-media.test.tsFile · 0.85
constructFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected