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

@@ -159,7 +159,7 @@ async fn test_pythonic_real_world_llama4() {
// Actual output from Llama 4 model
let input = r#"I'll help you with multiple tasks. Let me search for information and perform calculations.
[web_search(query="latest Rust features", max_results=3, safe_search=True),
[web_search(query="latest Rust features", max_results=3, safe_search=True),
calculate(expression="42 * 3.14159", precision=2),
get_weather(city="San Francisco", units="fahrenheit", include_forecast=False)]