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

Method AiMsgFinishStep

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

Source from the content-addressed store, hash-verified

466}
467
468func (h *SSEHandlerCh) AiMsgFinishStep() error {
469 resp := map[string]interface{}{
470 "type": AiMsgFinishStep,
471 }
472 return h.WriteJsonData(resp)
473}
474
475func (h *SSEHandlerCh) AiMsgError(errText string) error {
476 resp := map[string]interface{}{

Callers 4

processGeminiStreamFunction · 0.80
processChatStreamFunction · 0.80

Calls 1

WriteJsonDataMethod · 0.95

Tested by

no test coverage detected