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