pub enum CreateThreadAndRunRequest_Tools {
AssistantToolsCode(AssistantToolsCode),
AssistantToolsFileSearch(AssistantToolsFileSearch),
AssistantToolsFunction(AssistantToolsFunction),
}
Variants§
AssistantToolsCode(AssistantToolsCode)
AssistantToolsFileSearch(AssistantToolsFileSearch)
AssistantToolsFunction(AssistantToolsFunction)
Trait Implementations§
Source§impl Clone for CreateThreadAndRunRequest_Tools
impl Clone for CreateThreadAndRunRequest_Tools
Source§fn clone(&self) -> CreateThreadAndRunRequest_Tools
fn clone(&self) -> CreateThreadAndRunRequest_Tools
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 moreAuto Trait Implementations§
impl Freeze for CreateThreadAndRunRequest_Tools
impl RefUnwindSafe for CreateThreadAndRunRequest_Tools
impl Send for CreateThreadAndRunRequest_Tools
impl Sync for CreateThreadAndRunRequest_Tools
impl Unpin for CreateThreadAndRunRequest_Tools
impl UnwindSafe for CreateThreadAndRunRequest_Tools
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