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

Function context

packages/agent-core/test/tools/bash.test.ts:250–252  ·  view source on GitHub ↗
(args: BashInput, signal = new AbortController().signal)

Source from the content-addressed store, hash-verified

248}
249
250function context(args: BashInput, signal = new AbortController().signal) {
251 return { turnId: '0', toolCallId: 'call_bash', args, signal };
252}
253
254function bashTool(
255 kaos: ConstructorParameters<typeof BashTool>[0],

Callers 1

bash.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected