[router] global tool parser registry (#9840)

This commit is contained in:
Chang Su
2025-08-30 23:35:39 -07:00
committed by GitHub
parent 5e194b2143
commit c112bcc461
4 changed files with 32 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ fn test_parser_registry() {
#[test]
fn test_parser_registry_pattern_matching() {
let mut registry = ParserRegistry::new();
let mut registry = ParserRegistry::new_for_testing();
// Test that model mappings work by checking the list
registry.map_model("test-model", "json");