()
| 459 | } |
| 460 | |
| 461 | func (h *SSEHandlerCh) AiMsgStartStep() error { |
| 462 | resp := map[string]interface{}{ |
| 463 | "type": AiMsgStartStep, |
| 464 | } |
| 465 | return h.WriteJsonData(resp) |
| 466 | } |
| 467 | |
| 468 | func (h *SSEHandlerCh) AiMsgFinishStep() error { |
| 469 | resp := map[string]interface{}{ |
no test coverage detected