MCPcopy Create free account
hub / github.com/continuedev/continue / createDelta

Function createDelta

core/tools/systemMessageTools/systemToolUtils.ts:25–38  ·  view source on GitHub ↗
(
  name: string,
  args: string,
  id: string,
)

Source from the content-addressed store, hash-verified

23}
24
25export function createDelta(
26 name: string,
27 args: string,
28 id: string,
29): ToolCallDelta {
30 return {
31 type: "function",
32 function: {
33 name,
34 arguments: args,
35 },
36 id,
37 };
38}

Callers 2

interceptSystemToolCallsFunction · 0.90
handleToolCallBufferFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected