[router] Fix response api related spec (#11621)

This commit is contained in:
Keyang Ru
2025-10-15 09:59:38 -07:00
committed by GitHub
parent 30ea4c462b
commit d2478cd4ff
5 changed files with 50 additions and 140 deletions

View File

@@ -69,6 +69,8 @@ fn generate_request_id(path: &str) -> String {
"cmpl-"
} else if path.contains("/generate") {
"gnt-"
} else if path.contains("/responses") {
"resp-"
} else {
"req-"
};