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

Struct ProgressThinkChunkStartEvent

pkg/types/events.go:32–34  ·  view source on GitHub ↗

=================== Progress Channel Events =================== ProgressThinkChunkStartEvent 思考块开始事件

Source from the content-addressed store, hash-verified

30
31// ProgressThinkChunkStartEvent 思考块开始事件
32type ProgressThinkChunkStartEvent struct {
33 Step int `json:"step"`
34}
35
36func (e *ProgressThinkChunkStartEvent) Channel() AgentChannel { return ChannelProgress }
37func (e *ProgressThinkChunkStartEvent) EventType() string { return "think_chunk_start" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected