nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
VoteMessage
Interface VoteMessage
Vote message for consensus protocol.
interface
VoteMessage
{
type
:
"vote"
;
expertId
:
string
;
decision
:
VoteDecision
;
reasoning
:
string
;
conditions
?:
string
[]
;
}
Index
Properties
type
expert
Id
decision
reasoning
conditions?
Properties
type
type
:
"vote"
expert
Id
expertId
:
string
decision
decision
:
VoteDecision
reasoning
reasoning
:
string
Optional
conditions
conditions
?:
string
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
type
expert
Id
decision
reasoning
conditions
GitHub
npm
nexus-agents - v2.80.0
Loading...
Vote message for consensus protocol.