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

Struct AgentChoiceReasoningEvent

pkg/runtime/event.go:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207type AgentChoiceReasoningEvent struct {
208 AgentContext
209
210 Type string `json:"type"`
211 Content string `json:"content"`
212 SessionID string `json:"session_id,omitempty"`
213}
214
215func (e *AgentChoiceReasoningEvent) GetSessionID() string { return e.SessionID }
216

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected