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

Struct ProgressTextChunkStartEvent

pkg/types/events.go:83–85  ·  view source on GitHub ↗

ProgressTextChunkStartEvent 文本块开始事件

Source from the content-addressed store, hash-verified

81
82// ProgressTextChunkStartEvent 文本块开始事件
83type ProgressTextChunkStartEvent struct {
84 Step int `json:"step"`
85}
86
87func (e *ProgressTextChunkStartEvent) Channel() AgentChannel { return ChannelProgress }
88func (e *ProgressTextChunkStartEvent) EventType() string { return "text_chunk_start" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected