fabro/crates/arc-api
Bryan Helmkamp b6c549e1fc Simplify list_models: pass ModelInfo directly to paginated_response
ModelInfo already derives Serialize with matching field names, so the
manual json!({...}) mapping was redundant. Matches the pattern used by
every other paginated handler in demo/mod.rs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 10:16:36 -05:00
..
src Simplify list_models: pass ModelInfo directly to paginated_response 2026-03-07 10:16:36 -05:00
tests Add GET /models endpoint returning paginated LLM catalog 2026-03-07 10:12:21 -05:00
Cargo.toml Improve Sessions API schema: discriminated turns, date-time formats, consistent naming 2026-03-06 08:33:51 -05:00