MCPcopy Index your code
hub / github.com/github/copilot-sdk / SessionAutopilotObjectiveChangedData

Struct SessionAutopilotObjectiveChangedData

go/rpc/zsession_events.go:279–286  ·  view source on GitHub ↗

Autopilot objective state file operation details indicating what changed

Source from the content-addressed store, hash-verified

277
278// Autopilot objective state file operation details indicating what changed
279type SessionAutopilotObjectiveChangedData struct {
280 // Current autopilot objective id, if one exists
281 ID *int64 `json:"id,omitempty"`
282 // The type of operation performed on the autopilot objective state file
283 Operation AutopilotObjectiveChangedOperation `json:"operation"`
284 // Current autopilot objective status, if one exists
285 Status *AutopilotObjectiveChangedStatus `json:"status,omitempty"`
286}
287
288func (*SessionAutopilotObjectiveChangedData) sessionEventData() {}
289func (*SessionAutopilotObjectiveChangedData) Type() SessionEventType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected