ProgressTextChunkStartEvent 文本块开始事件
| 81 | |
| 82 | // ProgressTextChunkStartEvent 文本块开始事件 |
| 83 | type ProgressTextChunkStartEvent struct { |
| 84 | Step int `json:"step"` |
| 85 | } |
| 86 | |
| 87 | func (e *ProgressTextChunkStartEvent) Channel() AgentChannel { return ChannelProgress } |
| 88 | func (e *ProgressTextChunkStartEvent) EventType() string { return "text_chunk_start" } |
nothing calls this directly
no outgoing calls
no test coverage detected