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

Struct ProgressToolStartEvent

pkg/types/events.go:109–111  ·  view source on GitHub ↗

ProgressToolStartEvent 工具开始执行事件

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected