pub fn should_route(
output: &str,
ctx: &RoutingContext,
config: &RlmConfig,
) -> RoutingResultExpand description
Decide whether tool output should be routed through RLM.
Gated on output_capability: only
OutputCapability::BulkSummarizable tools may be destructively
summarised. ExactContent and Unknown fail closed.