[model-gateway] : Rust integration tests for integration_mock replacement (#16441)

This commit is contained in:
Simo Lin
2026-01-04 21:01:47 -08:00
committed by GitHub
parent 078270473a
commit f84487af59
48 changed files with 4856 additions and 57 deletions
@@ -0,0 +1,17 @@
//! Tool parser integration tests
pub mod tool_parser_deepseek;
pub mod tool_parser_edge_cases;
pub mod tool_parser_fallback;
pub mod tool_parser_glm47_moe;
pub mod tool_parser_glm4_moe;
pub mod tool_parser_json;
pub mod tool_parser_kimik2;
pub mod tool_parser_llama;
pub mod tool_parser_minimax_m2;
pub mod tool_parser_mistral;
pub mod tool_parser_mixed_edge_cases;
pub mod tool_parser_partial_json;
pub mod tool_parser_pythonic;
pub mod tool_parser_qwen;
pub mod tool_parser_step3;