Preparing search index...
The search index is not available
@stack-spot/portal-network
@stack-spot/portal-network
api/ai
QuickCommandsCreateRequest
Type Alias QuickCommandsCreateRequest
QuickCommandsCreateRequest
:
{
custom_inputs
?:
CustomInputRequest
[]
|
null
;
description
:
string
;
final_result
:
string
;
flow
?:
object
|
null
;
name
:
string
;
preserve_conversation
?:
boolean
;
return_type
?:
QuickCommandsReturnType
|
null
;
slug
:
string
;
steps
:
(
QuickCommandsStepFetchRequest
|
QuickCommandsStepPromptRequest
)
[]
;
type
?:
QuickCommandTypeRequest
;
}
Type declaration
Optional
custom_inputs
?:
CustomInputRequest
[]
|
null
description
:
string
final_result
:
string
Optional
flow
?:
object
|
null
name
:
string
Optional
preserve_conversation
?:
boolean
Optional
return_type
?:
QuickCommandsReturnType
|
null
slug
:
string
steps
:
(
QuickCommandsStepFetchRequest
|
QuickCommandsStepPromptRequest
)
[]
Optional
type
?:
QuickCommandTypeRequest
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@stack-spot/portal-network
Loading...