userInput/requested
A user-input prompt opened: the fold of its durable Requested record.
Parameters
Section titled “Parameters”Type: UserInputRequestParams
Full params shared by userInput/request and userInput/requested.
| Field | Type | Stability | Presence | Description |
|---|---|---|---|---|
autoResolutionMs |
integer |
optional | ||
itemId |
string |
required | ||
questions |
UserInputQuestion[] | required | ||
sessionId |
string |
required | ||
sourceRange |
SourceRange | optional | ||
toolCallId |
string |
required | ||
toolName |
string |
required | ||
turnId |
string |
required | ||
userInputId |
string |
required | ||
viewCursor |
string |
required |
Source
schema/msp/experimental/msp.schema.json#/notifications/userInput~2Frequested
{ "description": "A user-input prompt opened: the fold of its durable Requested record.", "params": { "$ref": "#/$defs/UserInputRequestParams" }}