@conciergus/chat - v0.3.1
Preparing search index...
hooks
ContinueUntilOptions
Interface ContinueUntilOptions
interface
ContinueUntilOptions
{
condition
:
(
workflow
:
AgentWorkflow
,
step
:
AgentStep
)
=>
boolean
;
maxSteps
?:
number
;
maxDuration
?:
number
;
onStep
?:
(
step
:
AgentStep
)
=>
void
;
onDecision
?:
(
decision
:
{
action
:
string
;
confidence
:
number
;
alternatives
:
string
[]
;
}
,
)
=>
void
;
onToolCall
?:
(
toolCall
:
{
name
:
string
;
arguments
:
any
;
result
?:
any
;
error
?:
string
;
}
,
)
=>
void
;
pauseOnError
?:
boolean
;
retryFailedSteps
?:
boolean
;
}
Index
Properties
condition
max
Steps?
max
Duration?
on
Step?
on
Decision?
on
Tool
Call?
pause
On
Error?
retry
Failed
Steps?
Properties
condition
condition
:
(
workflow
:
AgentWorkflow
,
step
:
AgentStep
)
=>
boolean
Optional
max
Steps
maxSteps
?:
number
Optional
max
Duration
maxDuration
?:
number
Optional
on
Step
onStep
?:
(
step
:
AgentStep
)
=>
void
Optional
on
Decision
onDecision
?:
(
decision
:
{
action
:
string
;
confidence
:
number
;
alternatives
:
string
[]
}
,
)
=>
void
Optional
on
Tool
Call
onToolCall
?:
(
toolCall
:
{
name
:
string
;
arguments
:
any
;
result
?:
any
;
error
?:
string
}
,
)
=>
void
Optional
pause
On
Error
pauseOnError
?:
boolean
Optional
retry
Failed
Steps
retryFailedSteps
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
max
Steps
max
Duration
on
Step
on
Decision
on
Tool
Call
pause
On
Error
retry
Failed
Steps
@conciergus/chat - v0.3.1
Loading...