Unverified Commit 69bf8011 authored by Keyang Ru's avatar Keyang Ru Committed by GitHub
Browse files

[router] Fix safety_identifier missing (#12404)

parent d8fcbaa3
...@@ -878,6 +878,7 @@ impl HarmonyStreamingProcessor { ...@@ -878,6 +878,7 @@ impl HarmonyStreamingProcessor {
top_p: None, top_p: None,
truncation: None, truncation: None,
user: None, user: None,
safety_identifier: None,
metadata: HashMap::new(), metadata: HashMap::new(),
usage: Some(ResponsesUsage::Modern(ResponseUsage { usage: Some(ResponsesUsage::Modern(ResponseUsage {
input_tokens: 0, input_tokens: 0,
......
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