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

Function createAssistantMessage

apps/extension/src/shared/agent-conversation.ts:132–137  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

130 }
131 | {
132 readonly result?: Extract<AgentConversationEvent, { readonly type: 'tool-result' }>;
133 readonly toolCall: Extract<AgentConversationEvent, { readonly type: 'tool-call' }>;
134 readonly type: 'tool-exchange';
135 };
136
137interface CreateEvalToolCallOptions {
138 readonly code: string;
139 readonly providerToolCallId?: string;
140 readonly tabId: number;

Callers 10

submitMessageFunction · 0.90
appendCompletionFunction · 0.90
continueConversationFunction · 0.90
runLlmTurnFunction · 0.90

Calls 1

createEventIdFunction · 0.85

Tested by

no test coverage detected