MCPcopy Create free account
hub / github.com/astercloud/aster / ProgressToolEndEvent

Struct ProgressToolEndEvent

pkg/types/events.go:117–119  ·  view source on GitHub ↗

ProgressToolEndEvent 工具执行结束事件

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected