Skip to main content

SCORE_DISPLAY_ROUND_FACTOR

Constant SCORE_DISPLAY_ROUND_FACTOR 

Source
pub const SCORE_DISPLAY_ROUND_FACTOR: f64 = 1000.0;
Expand description

Rounding factor for similarity/score values surfaced on wire responses (HTTP handlers + MCP tools) — 1000.0 keeps three decimal places via (score * FACTOR).round() / FACTOR.