Fix lint for router (#9636)

This commit is contained in:
Stefan He
2025-08-26 00:38:53 -07:00
committed by GitHub
parent 4cd08dc592
commit cbc0e4d779
3 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ async fn test_mistral_nested_json() {
async fn test_mistral_with_text_after() {
let parser = MistralParser::new();
let input = r#"[TOOL_CALLS] [{"name": "test", "arguments": {}}]
And here's some text after the tool call that should be ignored."#;
let result = parser.parse_complete(input).await.unwrap();