@runloop/remote-agents-sdk
Preparing search index...
codex
ToolRequestUserInputParams
Type Alias ToolRequestUserInputParams
EXPERIMENTAL. Params sent with a request_user_input event.
type
ToolRequestUserInputParams
=
{
autoResolutionMs
:
number
|
null
;
itemId
:
string
;
questions
:
ToolRequestUserInputQuestion
[]
;
threadId
:
string
;
turnId
:
string
;
}
Index
Properties
auto
Resolution
Ms
item
Id
questions
thread
Id
turn
Id
Properties
auto
Resolution
Ms
autoResolutionMs
:
number
|
null
item
Id
itemId
:
string
questions
questions
:
ToolRequestUserInputQuestion
[]
thread
Id
threadId
:
string
turn
Id
turnId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Resolution
Ms
item
Id
questions
thread
Id
turn
Id
@runloop/remote-agents-sdk
Loading...
EXPERIMENTAL. Params sent with a request_user_input event.