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

Function settleAborted

packages/agent-core/src/loop/tool-call.ts:292–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290
291 const displayFields = toolCallDisplayFieldsFromExecution(execution);
292 const settleAborted = (): Promise<PreparedToolCallTask> =>
293 settleError(effectiveArgs, abortedToolOutput(call.toolName, step.signal), displayFields);
294
295 if (step.signal.aborted) return settleAborted();
296

Callers 1

prepareToolCallFunction · 0.85

Calls 2

settleErrorFunction · 0.85
abortedToolOutputFunction · 0.85

Tested by

no test coverage detected