ProgressTextChunkEndEvent 文本块结束事件
| 98 | |
| 99 | // ProgressTextChunkEndEvent 文本块结束事件 |
| 100 | type ProgressTextChunkEndEvent struct { |
| 101 | Step int `json:"step"` |
| 102 | Text string `json:"text"` |
| 103 | } |
| 104 | |
| 105 | func (e *ProgressTextChunkEndEvent) Channel() AgentChannel { return ChannelProgress } |
| 106 | func (e *ProgressTextChunkEndEvent) EventType() string { return "text_chunk_end" } |
nothing calls this directly
no outgoing calls
no test coverage detected