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

Struct ProgressTextChunkEndEvent

pkg/types/events.go:100–103  ·  view source on GitHub ↗

ProgressTextChunkEndEvent 文本块结束事件

Source from the content-addressed store, hash-verified

98
99// ProgressTextChunkEndEvent 文本块结束事件
100type ProgressTextChunkEndEvent struct {
101 Step int `json:"step"`
102 Text string `json:"text"`
103}
104
105func (e *ProgressTextChunkEndEvent) Channel() AgentChannel { return ChannelProgress }
106func (e *ProgressTextChunkEndEvent) EventType() string { return "text_chunk_end" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected