=================== Progress Channel Events =================== ProgressThinkChunkStartEvent 思考块开始事件
| 30 | |
| 31 | // ProgressThinkChunkStartEvent 思考块开始事件 |
| 32 | type ProgressThinkChunkStartEvent struct { |
| 33 | Step int `json:"step"` |
| 34 | } |
| 35 | |
| 36 | func (e *ProgressThinkChunkStartEvent) Channel() AgentChannel { return ChannelProgress } |
| 37 | func (e *ProgressThinkChunkStartEvent) EventType() string { return "think_chunk_start" } |
nothing calls this directly
no outgoing calls
no test coverage detected