Fix tools type (again)

This commit is contained in:
Sharif Haason
2023-12-27 01:32:28 -05:00
parent 297f2a13d6
commit 4afe1ffb0f

View File

@ -109,7 +109,7 @@ impl_builder_methods!(
logit_bias: HashMap<String, i32>,
user: String,
seed: i64,
tools: Tool,
tools: Vec<Tool>,
tool_choice: ToolChoiceType
);