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

Function execute

packages/agent-core/test/tools/skill-tool.test.ts:82–89  ·  view source on GitHub ↗
(tool: SkillTool, args: { skill: string; args?: string })

Source from the content-addressed store, hash-verified

80}
81
82function execute(tool: SkillTool, args: { skill: string; args?: string }) {
83 return executeTool(tool, {
84 turnId: '0',
85 toolCallId: 'call_skill',
86 args,
87 signal,
88 });
89}
90
91describe('SkillTool metadata and schema', () => {
92 it('exposes the current tool contract', () => {

Callers 1

skill-tool.test.tsFile · 0.70

Calls 1

executeToolFunction · 0.90

Tested by

no test coverage detected