mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-22 15:15:34 +00:00
Fix tools
type (again)
This commit is contained in:
@ -109,7 +109,7 @@ impl_builder_methods!(
|
||||
logit_bias: HashMap<String, i32>,
|
||||
user: String,
|
||||
seed: i64,
|
||||
tools: Tool,
|
||||
tools: Vec<Tool>,
|
||||
tool_choice: ToolChoiceType
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user