diff --git a/crates/common/src/common_types.rs b/crates/common/src/common_types.rs index 83267f18..c8f91e0f 100644 --- a/crates/common/src/common_types.rs +++ b/crates/common/src/common_types.rs @@ -383,6 +383,7 @@ mod test { content: Some("What city do you want to know the weather for?".to_string()), model: None, tool_calls: None, + tool_call_id: None, }], tools: Some(vec![super::open_ai::ChatCompletionTool { tool_type: ToolType::Function,