[router][grpc] Add dependencies in Cargo.toml to support chat template rendering (#11342)
This commit is contained in:
@@ -119,7 +119,6 @@ async fn test_llama_format_detection() {
|
||||
assert!(parser.has_tool_markers(r#"<|python_tag|>{"name": "test"}"#));
|
||||
assert!(parser.has_tool_markers(r#"{"name": "test", "parameters": {}}"#));
|
||||
assert!(!parser.has_tool_markers("plain text"));
|
||||
assert!(!parser.has_tool_markers(r#"{"key": "value"}"#)); // No name field
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user