Skip to main content

needs_computation_sandbox

Function needs_computation_sandbox 

Source
pub fn needs_computation_sandbox(user_input: &str) -> bool
Expand description

Returns true when the user’s query involves computation that must be exact — checksums, financial math, statistics, date arithmetic, algorithmic verification, etc. Used by the harness to inject a pre-turn nudge toward run_code instead of model memory.