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

Method AiMsgToolInputStart

pkg/web/sse/ssehandler.go:433–440  ·  view source on GitHub ↗
(toolCallId, toolName string)

Source from the content-addressed store, hash-verified

431}
432
433func (h *SSEHandlerCh) AiMsgToolInputStart(toolCallId, toolName string) error {
434 resp := map[string]interface{}{
435 "type": AiMsgToolInputStart,
436 "toolCallId": toolCallId,
437 "toolName": toolName,
438 }
439 return h.WriteJsonData(resp)
440}
441
442func (h *SSEHandlerCh) AiMsgToolInputDelta(toolCallId, inputTextDelta string) error {
443 resp := map[string]interface{}{

Callers 1

handleAnthropicEventFunction · 0.80

Calls 1

WriteJsonDataMethod · 0.95

Tested by

no test coverage detected