ProgressToolEndEvent 工具执行结束事件
| 115 | |
| 116 | // ProgressToolEndEvent 工具执行结束事件 |
| 117 | type ProgressToolEndEvent struct { |
| 118 | Call ToolCallSnapshot `json:"call"` |
| 119 | } |
| 120 | |
| 121 | func (e *ProgressToolEndEvent) Channel() AgentChannel { return ChannelProgress } |
| 122 | func (e *ProgressToolEndEvent) EventType() string { return "tool:end" } |
nothing calls this directly
no outgoing calls
no test coverage detected