diff --git a/router/src/lib.rs b/router/src/lib.rs index 57bc84bf..85e18dfb 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -546,7 +546,7 @@ impl ChatCompletion { content: output, name: None, tool_calls, - tool_call_id:None + tool_call_id: None, }, logprobs: return_logprobs .then(|| ChatCompletionLogprobs::from((details.tokens, details.top_tokens))),