ProgressToolStartEvent 工具开始执行事件
| 107 | |
| 108 | // ProgressToolStartEvent 工具开始执行事件 |
| 109 | type ProgressToolStartEvent struct { |
| 110 | Call ToolCallSnapshot `json:"call"` |
| 111 | } |
| 112 | |
| 113 | func (e *ProgressToolStartEvent) Channel() AgentChannel { return ChannelProgress } |
| 114 | func (e *ProgressToolStartEvent) EventType() string { return "tool:start" } |
nothing calls this directly
no outgoing calls
no test coverage detected