pub struct ToolChoiceTypes {
pub type: String,
}
Expand description
Indicates that the model should use a built-in tool to generate a response.
Fields§
§type: String
The type of hosted tool the model should to use.
Trait Implementations§
Source§impl Clone for ToolChoiceTypes
impl Clone for ToolChoiceTypes
Source§fn clone(&self) -> ToolChoiceTypes
fn clone(&self) -> ToolChoiceTypes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ToolChoiceTypes
impl Debug for ToolChoiceTypes
Source§impl Default for ToolChoiceTypes
impl Default for ToolChoiceTypes
Source§fn default() -> ToolChoiceTypes
fn default() -> ToolChoiceTypes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ToolChoiceTypes
impl RefUnwindSafe for ToolChoiceTypes
impl Send for ToolChoiceTypes
impl Sync for ToolChoiceTypes
impl Unpin for ToolChoiceTypes
impl UnwindSafe for ToolChoiceTypes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more