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

Class UIElicitationResponseAction

python/copilot/generated/rpc.py:8931–8936  ·  view source on GitHub ↗

The user's response: accept (submitted), decline (rejected), or cancel (dismissed)

Source from the content-addressed store, hash-verified

8929
8930# Experimental: this type is part of an experimental API and may change or be removed.
8931class UIElicitationResponseAction(Enum):
8932 """The user's response: accept (submitted), decline (rejected), or cancel (dismissed)"""
8933
8934 ACCEPT = "accept"
8935 CANCEL = "cancel"
8936 DECLINE = "decline"
8937
8938# Experimental: this type is part of an experimental API and may change or be removed.
8939@dataclass

Callers 3

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…