Spectre.Router.Plugs.BagDistance (Spectre v0.3.0)

Copy Markdown View Source

Bag-distance evidence provider for short example matching.

This plug is useful for compact deterministic examples where word overlap is a better signal than a strict regex. It produces scored candidates and lets the arbitrator decide whether the score is strong enough for the turn.

on :list_projects, bag: ["show projects", "list my projects"] do
  reply :project_list
end