[router] remove old/oudated/useless comments across code base (#10968)
This commit is contained in:
@@ -373,7 +373,6 @@ mod tests {
|
||||
// Both should use the same passthrough parser instance
|
||||
assert!(Arc::ptr_eq(&parser1, &parser2));
|
||||
|
||||
// Verify it's actually a passthrough parser
|
||||
let parser = parser1.lock().unwrap();
|
||||
assert_eq!(parser.model_type(), "passthrough");
|
||||
}
|
||||
@@ -456,7 +455,6 @@ mod tests {
|
||||
|
||||
match p.detect_and_parse_reasoning(&input) {
|
||||
Ok(result) => {
|
||||
// Verify parsing worked correctly with substantial content
|
||||
// Note: Some parsers with stream_reasoning=true won't accumulate reasoning text
|
||||
assert!(result
|
||||
.normal_text
|
||||
|
||||
@@ -88,7 +88,6 @@ mod tests {
|
||||
fn test_kimi_partial_unicode() {
|
||||
let mut parser = KimiParser::new();
|
||||
|
||||
// Test partial Unicode token buffering
|
||||
let result1 = parser
|
||||
.parse_reasoning_streaming_incremental("◁thi")
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user