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

Class TaskType

python/copilot/generated/rpc.py:3729–3739  ·  view source on GitHub ↗

Whether the remote task originated from Copilot Coding Agent (cca) or a CLI `--remote` invocation. Whether the remote task originated from CCA or CLI `--remote`. Task type determines the handoff strategy (CCA fetches events; CLI prepares a transient session).

Source from the content-addressed store, hash-verified

3727
3728# Experimental: this type is part of an experimental API and may change or be removed.
3729class TaskType(Enum):
3730 """Whether the remote task originated from Copilot Coding Agent (cca) or a CLI `--remote`
3731 invocation.
3732
3733 Whether the remote task originated from CCA or CLI `--remote`.
3734
3735 Task type determines the handoff strategy (CCA fetches events; CLI prepares a transient
3736 session).
3737 """
3738 CCA = "cca"
3739 CLI = "cli"
3740
3741# Experimental: this type is part of an experimental API and may change or be removed.
3742@dataclass

Callers 1

from_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…