MCPcopy
hub / github.com/wavetermdev/waveterm / AiMsgStartStep

Method AiMsgStartStep

pkg/web/sse/ssehandler.go:461–466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459}
460
461func (h *SSEHandlerCh) AiMsgStartStep() error {
462 resp := map[string]interface{}{
463 "type": AiMsgStartStep,
464 }
465 return h.WriteJsonData(resp)
466}
467
468func (h *SSEHandlerCh) AiMsgFinishStep() error {
469 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