Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
Workflows
StepSuccess
Interface StepSuccess<TInput, TOutput>
interface
StepSuccess
<
TInput
,
TOutput
>
{
status
:
"success"
;
output
:
TOutput
;
payload
:
TInput
;
startedAt
:
number
;
endedAt
:
number
;
}
Type Parameters
TInput
TOutput
Index
Properties
status
output
payload
started
At
ended
At
Properties
status
status
output
output
:
TOutput
payload
payload
:
TInput
started
At
started
At
:
number
ended
At
ended
At
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
status
output
payload
started
At
ended
At
@iqai/adk API Documentation
Loading...