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

Struct SessionSummaryEvent

pkg/runtime/event.go:450–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448func (e *SessionPlanUpdatedEvent) GetSessionID() string { return e.SessionID }
449
450type SessionSummaryEvent struct {
451 AgentContext
452
453 Type string `json:"type"`
454 SessionID string `json:"session_id"`
455 Summary string `json:"summary"`
456 FirstKeptEntry int `json:"first_kept_entry,omitempty"`
457}
458
459func SessionSummary(sessionID, summary, agentName string, firstKeptEntry int) Event {
460 return &SessionSummaryEvent{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected