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

Class InstructionSourceType

python/copilot/generated/rpc.py:2201–2210  ·  view source on GitHub ↗

Category of instruction source — used for merge logic

Source from the content-addressed store, hash-verified

2199
2200# Experimental: this type is part of an experimental API and may change or be removed.
2201class InstructionSourceType(Enum):
2202 """Category of instruction source — used for merge logic"""
2203
2204 CHILD_INSTRUCTIONS = "child-instructions"
2205 HOME = "home"
2206 MODEL = "model"
2207 NESTED_AGENTS = "nested-agents"
2208 PLUGIN = "plugin"
2209 REPO = "repo"
2210 VSCODE = "vscode"
2211
2212# Experimental: this type is part of an experimental API and may change or be removed.
2213@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…