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

Struct ProgressTextChunkEvent

pkg/types/events.go:91–94  ·  view source on GitHub ↗

ProgressTextChunkEvent 文本块内容事件

Source from the content-addressed store, hash-verified

89
90// ProgressTextChunkEvent 文本块内容事件
91type ProgressTextChunkEvent struct {
92 Step int `json:"step"`
93 Delta string `json:"delta"`
94}
95
96func (e *ProgressTextChunkEvent) Channel() AgentChannel { return ChannelProgress }
97func (e *ProgressTextChunkEvent) EventType() string { return "text_chunk" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected