pub enum ToolChoiceTypes {
FileSearch,
WebSearchPreview,
Computer,
ComputerUsePreview,
ComputerUse,
WebSearchPreview20250311,
CodeInterpreter,
ImageGeneration,
}Expand description
The type of hosted tool the model should to use. Learn more about built-in tools.
Variants§
FileSearch
WebSearchPreview
Computer
ComputerUsePreview
ComputerUse
WebSearchPreview20250311
CodeInterpreter
ImageGeneration
Trait Implementations§
Source§impl Clone for ToolChoiceTypes
impl Clone for ToolChoiceTypes
Source§fn clone(&self) -> ToolChoiceTypes
fn clone(&self) -> ToolChoiceTypes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<'de> Deserialize<'de> for ToolChoiceTypes
impl<'de> Deserialize<'de> for ToolChoiceTypes
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ToolChoiceTypes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ToolChoiceTypes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ToolChoiceTypes> for ToolChoiceParam
impl From<ToolChoiceTypes> for ToolChoiceParam
Source§fn from(tool_type: ToolChoiceTypes) -> ToolChoiceParam
fn from(tool_type: ToolChoiceTypes) -> ToolChoiceParam
Converts to this type from the input type.
Source§impl PartialEq for ToolChoiceTypes
impl PartialEq for ToolChoiceTypes
Source§impl Serialize for ToolChoiceTypes
impl Serialize for ToolChoiceTypes
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ToolChoiceTypes
Auto Trait Implementations§
impl Freeze for ToolChoiceTypes
impl RefUnwindSafe for ToolChoiceTypes
impl Send for ToolChoiceTypes
impl Sync for ToolChoiceTypes
impl Unpin for ToolChoiceTypes
impl UnsafeUnpin 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