MCPcopy Create free account
hub / github.com/github/copilot-sdk / ExitPlanModeRequest

Class ExitPlanModeRequest

python/copilot/session.py:466–472  ·  view source on GitHub ↗

Request to exit plan mode and continue with a selected action.

Source from the content-addressed store, hash-verified

464
465
466class ExitPlanModeRequest(TypedDict, total=False):
467 """Request to exit plan mode and continue with a selected action."""
468
469 summary: Required[str]
470 planContent: NotRequired[str]
471 actions: Required[list[str]]
472 recommendedAction: Required[str]
473
474
475class ExitPlanModeResult(TypedDict, total=False):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…