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

Struct SessionTitleEvent

pkg/runtime/event.go:409–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409type SessionTitleEvent struct {
410 AgentContext
411
412 Type string `json:"type"`
413 SessionID string `json:"session_id"`
414 Title string `json:"title"`
415}
416
417func SessionTitle(sessionID, title string) Event {
418 return &SessionTitleEvent{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected