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

Class MetadataSnapshotCurrentMode

python/copilot/generated/rpc.py:3692–3697  ·  view source on GitHub ↗

The current agent mode for this session (e.g., 'interactive', 'plan', 'autopilot')

Source from the content-addressed store, hash-verified

3690
3691# Experimental: this type is part of an experimental API and may change or be removed.
3692class MetadataSnapshotCurrentMode(Enum):
3693 """The current agent mode for this session (e.g., 'interactive', 'plan', 'autopilot')"""
3694
3695 AUTOPILOT = "autopilot"
3696 INTERACTIVE = "interactive"
3697 PLAN = "plan"
3698
3699# Experimental: this type is part of an experimental API and may change or be removed.
3700@dataclass

Callers 2

from_dictMethod · 0.70
from_dictMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…