MCPcopy
hub / github.com/docker/docker-agent / AgentChoiceEvent

Struct AgentChoiceEvent

pkg/runtime/event.go:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186func (e *StreamStartedEvent) GetSessionID() string { return e.SessionID }
187
188type AgentChoiceEvent struct {
189 AgentContext
190
191 Type string `json:"type"`
192 Content string `json:"content"`
193 SessionID string `json:"session_id,omitempty"`
194}
195
196func (e *AgentChoiceEvent) GetSessionID() string { return e.SessionID }
197

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected