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

Method AiMsgReasoningStart

pkg/web/sse/ssehandler.go:408–414  ·  view source on GitHub ↗
(reasoningId string)

Source from the content-addressed store, hash-verified

406}
407
408func (h *SSEHandlerCh) AiMsgReasoningStart(reasoningId string) error {
409 resp := map[string]interface{}{
410 "type": AiMsgReasoningStart,
411 "id": reasoningId,
412 }
413 return h.WriteJsonData(resp)
414}
415
416func (h *SSEHandlerCh) AiMsgReasoningDelta(reasoningId string, reasoning string) error {
417 resp := map[string]interface{}{

Callers 2

handleAnthropicEventFunction · 0.80
handleOpenAIEventFunction · 0.80

Calls 1

WriteJsonDataMethod · 0.95

Tested by

no test coverage detected