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

Function execute

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

Source from the content-addressed store, hash-verified

72}
73
74function execute(tool: SkillTool, args: { skill: string; args?: string }) {
75 return executeTool(tool, {
76 turnId: '0',
77 toolCallId: 'call_skill',
78 args,
79 signal,
80 });
81}
82
83describe('SkillTool dispatch edges', () => {
84 it('treats prompt skills as inline skills', async () => {

Callers 1

Calls 1

executeToolFunction · 0.90

Tested by

no test coverage detected