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

Class AdditionalContentExclusionPolicyScope

python/copilot/generated/rpc.py:4151–4161  ·  view source on GitHub ↗

Allowed values for the `OptionsUpdateAdditionalContentExclusionPolicyScope` enumeration. Allowed values for the `PermissionsConfigureAdditionalContentExclusionPolicyScope` enumeration. Allowed values for the `SessionOpenOptionsAdditionalContentExclusionPolicyScope` enumeration.

Source from the content-addressed store, hash-verified

4149
4150# Experimental: this type is part of an experimental API and may change or be removed.
4151class AdditionalContentExclusionPolicyScope(Enum):
4152 """Allowed values for the `OptionsUpdateAdditionalContentExclusionPolicyScope` enumeration.
4153
4154 Allowed values for the `PermissionsConfigureAdditionalContentExclusionPolicyScope`
4155 enumeration.
4156
4157 Allowed values for the `SessionOpenOptionsAdditionalContentExclusionPolicyScope`
4158 enumeration.
4159 """
4160 ALL = "all"
4161 REPO = "repo"
4162
4163# Experimental: this type is part of an experimental API and may change or be removed.
4164class OptionsUpdateContextTier(Enum):

Callers 4

from_dictMethod · 0.85
from_dictMethod · 0.85
from_dictMethod · 0.85
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…