nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
CorroborationEvent
Interface CorroborationEvent
Corroboration validation result.
interface
CorroborationEvent
{
id
:
string
;
timestamp
:
string
;
component
:
string
;
type
:
"corroboration"
;
actionType
:
|
"GeneratePatchPlan"
|
"DraftReply"
|
"ProposeLabels"
|
"SummarizeIssue"
|
"ClassifyIssue"
|
"IdentifyDuplicates"
|
"RequestHumanApproval"
|
"RefuseAction"
|
"HandoffMessage"
;
satisfied
:
boolean
;
sourceCount
:
number
;
missingRequirements
:
readonly
string
[]
;
}
Hierarchy
AuditEventBase
CorroborationEvent
Index
Properties
id
timestamp
component
type
action
Type
satisfied
source
Count
missing
Requirements
Properties
Readonly
id
id
:
string
Readonly
timestamp
timestamp
:
string
Readonly
component
component
:
string
Readonly
type
type
:
"corroboration"
Readonly
action
Type
actionType
:
|
"GeneratePatchPlan"
|
"DraftReply"
|
"ProposeLabels"
|
"SummarizeIssue"
|
"ClassifyIssue"
|
"IdentifyDuplicates"
|
"RequestHumanApproval"
|
"RefuseAction"
|
"HandoffMessage"
Readonly
satisfied
satisfied
:
boolean
Readonly
source
Count
sourceCount
:
number
Readonly
missing
Requirements
missingRequirements
:
readonly
string
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
id
timestamp
component
type
action
Type
satisfied
source
Count
missing
Requirements
GitHub
npm
nexus-agents - v2.80.0
Loading...
Corroboration validation result.