ProgressTextChunkEvent 文本块内容事件
| 89 | |
| 90 | // ProgressTextChunkEvent 文本块内容事件 |
| 91 | type ProgressTextChunkEvent struct { |
| 92 | Step int `json:"step"` |
| 93 | Delta string `json:"delta"` |
| 94 | } |
| 95 | |
| 96 | func (e *ProgressTextChunkEvent) Channel() AgentChannel { return ChannelProgress } |
| 97 | func (e *ProgressTextChunkEvent) EventType() string { return "text_chunk" } |
nothing calls this directly
no outgoing calls
no test coverage detected