ProgressThinkChunkEndEvent 思考块结束事件
| 73 | |
| 74 | // ProgressThinkChunkEndEvent 思考块结束事件 |
| 75 | type ProgressThinkChunkEndEvent struct { |
| 76 | Step int `json:"step"` |
| 77 | } |
| 78 | |
| 79 | func (e *ProgressThinkChunkEndEvent) Channel() AgentChannel { return ChannelProgress } |
| 80 | func (e *ProgressThinkChunkEndEvent) EventType() string { return "think_chunk_end" } |
nothing calls this directly
no outgoing calls
no test coverage detected