Skip to content

monad.ai


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?

optional breakdown?: 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?

optional runnerUp?: MeshRunnerUp

Defined in: kernel/meshSelect.ts:35


score?

optional score?: number

Defined in: kernel/meshSelect.ts:33