From 7d7af83f1e076a9a071b688c7e367b2258d4ec70 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Thu, 17 Oct 2024 17:10:15 -0700 Subject: [PATCH] fix build --- crates/common/src/common_types.rs | 1 + 1 file changed, 1 insertion(+) 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,