fix: ChunkDelta thinking field in test initializers; fix parse_local_help_action ? operator

This commit is contained in:
YeonGyu-Kim
2026-05-25 12:26:32 +09:00
parent f003a108e3
commit e7d5d08892
3 changed files with 1060 additions and 27 deletions

View File

@@ -1857,6 +1857,7 @@ mod tests {
delta: super::ChunkDelta {
content: None,
reasoning_content: Some("think".to_string()),
thinking: None,
tool_calls: Vec::new(),
},
finish_reason: None,
@@ -1873,6 +1874,7 @@ mod tests {
delta: super::ChunkDelta {
content: Some(" answer".to_string()),
reasoning_content: None,
thinking: None,
tool_calls: Vec::new(),
},
finish_reason: Some("stop".to_string()),