[router] Fix response api related spec (#11621)
This commit is contained in:
@@ -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-"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user