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

Struct ProgressThinkChunkEndEvent

pkg/types/events.go:75–77  ·  view source on GitHub ↗

ProgressThinkChunkEndEvent 思考块结束事件

Source from the content-addressed store, hash-verified

73
74// ProgressThinkChunkEndEvent 思考块结束事件
75type ProgressThinkChunkEndEvent struct {
76 Step int `json:"step"`
77}
78
79func (e *ProgressThinkChunkEndEvent) Channel() AgentChannel { return ChannelProgress }
80func (e *ProgressThinkChunkEndEvent) EventType() string { return "think_chunk_end" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected