nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
SelectionResult
Interface SelectionResult
Result of expert selection.
interface
SelectionResult
{
primary
:
ExpertMatch
;
alternatives
:
ExpertMatch
[]
;
requiresCollaboration
:
boolean
;
suggestedPattern
?:
ExpertCollaborationPatternType
;
confidence
:
number
;
}
Index
Properties
primary
alternatives
requires
Collaboration
suggested
Pattern?
confidence
Properties
primary
primary
:
ExpertMatch
alternatives
alternatives
:
ExpertMatch
[]
requires
Collaboration
requiresCollaboration
:
boolean
Optional
suggested
Pattern
suggestedPattern
?:
ExpertCollaborationPatternType
confidence
confidence
:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
primary
alternatives
requires
Collaboration
suggested
Pattern
confidence
GitHub
npm
nexus-agents - v2.80.0
Loading...
Result of expert selection.