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

Class UserInputRequest

python/copilot/session.py:445–450  ·  view source on GitHub ↗

Request for user input from the agent (enables ask_user tool)

Source from the content-addressed store, hash-verified

443
444
445class UserInputRequest(TypedDict, total=False):
446 """Request for user input from the agent (enables ask_user tool)"""
447
448 question: str
449 choices: list[str]
450 allowFreeform: bool
451
452
453class UserInputResponse(TypedDict):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…