[router] Fix safety_identifier missing (#12404)

This commit is contained in:
Keyang Ru
2025-10-30 10:40:50 -07:00
committed by GitHub
parent d8fcbaa38d
commit 69bf801173

View File

@@ -878,6 +878,7 @@ impl HarmonyStreamingProcessor {
top_p: None,
truncation: None,
user: None,
safety_identifier: None,
metadata: HashMap::new(),
usage: Some(ResponsesUsage::Modern(ResponseUsage {
input_tokens: 0,