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