MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / AiMsgStart

Method AiMsgStart

pkg/web/sse/ssehandler.go:368–374  ·  view source on GitHub ↗

AI message writing methods

(messageId string)

Source from the content-addressed store, hash-verified

366// AI message writing methods
367
368func (h *SSEHandlerCh) AiMsgStart(messageId string) error {
369 resp := map[string]interface{}{
370 "type": AiMsgStart,
371 "messageId": messageId,
372 }
373 return h.WriteJsonData(resp)
374}
375
376func (h *SSEHandlerCh) AiMsgTextStart(textId string) error {
377 resp := map[string]interface{}{

Callers 4

processGeminiStreamFunction · 0.80
processChatStreamFunction · 0.80
handleAnthropicEventFunction · 0.80
handleOpenAIEventFunction · 0.80

Calls 1

WriteJsonDataMethod · 0.95

Tested by

no test coverage detected