fix build

This commit is contained in:
Adil Hafeez 2024-10-17 17:10:15 -07:00
parent ff2a4246ab
commit 7d7af83f1e

View file

@ -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,