@runloop/remote-agents-sdk
Preparing search index...
codex
ToolRequestUserInputQuestion
Type Alias ToolRequestUserInputQuestion
EXPERIMENTAL. Represents one request_user_input question and its required options.
type
ToolRequestUserInputQuestion
=
{
header
:
string
;
id
:
string
;
isOther
:
boolean
;
isSecret
:
boolean
;
options
:
ToolRequestUserInputOption
[]
|
null
;
question
:
string
;
}
Index
Properties
header
id
is
Other
is
Secret
options
question
Properties
header
header
:
string
id
id
:
string
is
Other
isOther
:
boolean
is
Secret
isSecret
:
boolean
options
options
:
ToolRequestUserInputOption
[]
|
null
question
question
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
header
id
is
Other
is
Secret
options
question
@runloop/remote-agents-sdk
Loading...
EXPERIMENTAL. Represents one request_user_input question and its required options.