@nexartis/nexartis-nanda-node-sdk - v1.2.1
Preparing search index...
RaiseConflictRequest
Interface RaiseConflictRequest
interface
RaiseConflictRequest
{
candidates
:
ConflictCandidate
[]
;
conflict_type
?:
|
"competing_response"
|
"timeout_race"
|
"capability_overlap"
;
metadata
?:
Record
<
string
,
unknown
>
;
run_id
?:
string
;
step_id
?:
string
;
strategy
?:
"highest_score"
|
"first_wins"
|
"voting"
|
"manual"
;
workflow_id
:
string
;
}
Index
Properties
candidates
conflict_
type?
metadata?
run_
id?
step_
id?
strategy?
workflow_
id
Properties
candidates
candidates
:
ConflictCandidate
[]
Optional
conflict_
type
conflict_type
?:
"competing_response"
|
"timeout_race"
|
"capability_overlap"
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
run_
id
run_id
?:
string
Optional
step_
id
step_id
?:
string
Optional
strategy
strategy
?:
"highest_score"
|
"first_wins"
|
"voting"
|
"manual"
workflow_
id
workflow_id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
candidates
conflict_
type
metadata
run_
id
step_
id
strategy
workflow_
id
@nexartis/nexartis-nanda-node-sdk - v1.2.1
Loading...