Unverified Commit 2f89c176 authored by zhongdaor-nv's avatar zhongdaor-nv Committed by GitHub
Browse files

fix: include request_id and error details in completions stream failure message (#3860)


Signed-off-by: default avatarzhongdaor <zhongdaor@nvidia.com>
parent 5f98e91e
......@@ -422,7 +422,10 @@ async fn completions(
request_id,
e
);
ErrorMessage::internal_server_error("Failed to fold completions stream")
ErrorMessage::internal_server_error(&format!(
"Failed to fold completions stream for {}: {:?}",
request_id, e
))
})?;
inflight_guard.mark_ok();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment