mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-17 23:52:34 +00:00
Review cleanups for the tools/reasoning-effort model test change: - Extract a shared parse_query_enum helper in the models handler in place of two copy-pasted parse-or-400 match blocks. - Collapse the duplicated basic-probe pipeline in fabro-llm behind a single basic_probe core; name the shared EXPANDED_MAX_TOKENS budget. - Pass &ModelTestArgs to test_models_via_server instead of threading five of its fields positionally. - Dedupe the two forwarding CLI integration tests behind a helper. - Derive clap::ValueEnum for ReasoningEffort behind a feature-gated clap dep (same pattern as MergeStrategy in fabro-types) so --help, cli.mdx, and error output list effort values from the enum instead of a hand-written list that drifts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TDdjG18d2AHh7mFWXFkBLn |
||
|---|---|---|
| .. | ||
| catalog/providers | ||
| adapter.rs | ||
| billing.rs | ||
| bootstrap_catalog.rs | ||
| catalog.rs | ||
| codec.rs | ||
| ids.rs | ||
| lib.rs | ||
| model_ref.rs | ||
| model_test.rs | ||
| provider.rs | ||
| reasoning.rs | ||
| types.rs | ||