monad.ai / MeshSelection
Type Alias: MeshSelection
MeshSelection =
object
Defined in: kernel/meshSelect.ts:29
Result of selecting a monad for a namespace.
mesh-claim means the highest-scored eligible claimant won. exploration means the decision margin was low and the runner-up was intentionally tried to gather comparative feedback. name-selector means the caller bypassed scoring by asking for a specific monad.
Properties
breakdown?
optionalbreakdown?:ScoreBreakdown
Defined in: kernel/meshSelect.ts:34
entry
entry:
MonadIndexEntry
Defined in: kernel/meshSelect.ts:30
reason
reason:
"name-selector"|"mesh-claim"|"exploration"
Defined in: kernel/meshSelect.ts:32
runnerUp?
optionalrunnerUp?:MeshRunnerUp
Defined in: kernel/meshSelect.ts:35
score?
optionalscore?:number
Defined in: kernel/meshSelect.ts:33