MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / createEvalToolCall

Function createEvalToolCall

apps/extension/src/shared/agent-conversation.ts:147–158  ·  view source on GitHub ↗
({
  code,
  providerToolCallId,
  tabId,
}: CreateEvalToolCallOptions)

Source from the content-addressed store, hash-verified

145 readonly memoryId?: string;
146 readonly name: SafeToolName;
147 readonly providerToolCallId?: string;
148 readonly query?: string;
149 readonly snapshotId?: string;
150 readonly tabId: number;
151 readonly textStart?: number;
152}
153
154interface CreateRemoteMcpToolCallOptions {
155 readonly arguments: Record<string, unknown>;
156 readonly name: RemoteMcpAgentToolName;
157 readonly providerToolCallId?: string;
158 readonly remoteToolName: string;
159 readonly serverId: string;
160 readonly serverName: string;
161}

Calls 1

createEventIdFunction · 0.85

Tested by

no test coverage detected