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

Function createEventId

apps/extension/src/shared/agent-conversation.ts:118–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 AgentConversationEvent,
117 { readonly name: WorkflowToolName }
118>;
119export type WebMcpToolCallEvent = Extract<
120 AgentConversationEvent,
121 { readonly webMcpOrigin: string }
122>;
123type SafeToolCallEvent = Extract<AgentConversationEvent, { readonly name: SafeToolName }>;
124type ToolResultEvent = Extract<AgentConversationEvent, { readonly type: 'tool-result' }>;
125

Callers 7

createUserMessageFunction · 0.85
createAssistantMessageFunction · 0.85
createThinkingBlockFunction · 0.85
createEvalToolCallFunction · 0.85
createSafeToolCallFunction · 0.85
createRemoteMcpToolCallFunction · 0.85
createToolResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected