pub enum CreateAssistantRequest_Model {
Text(String),
AssistantSupportedModels(AssistantSupportedModels),
}
Expand description
ID of the model to use.
Variants§
Text(String)
AssistantSupportedModels(AssistantSupportedModels)
Trait Implementations§
Source§impl Clone for CreateAssistantRequest_Model
impl Clone for CreateAssistantRequest_Model
Source§fn clone(&self) -> CreateAssistantRequest_Model
fn clone(&self) -> CreateAssistantRequest_Model
Returns a duplicate 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 CreateAssistantRequest_Model
impl RefUnwindSafe for CreateAssistantRequest_Model
impl Send for CreateAssistantRequest_Model
impl Sync for CreateAssistantRequest_Model
impl Unpin for CreateAssistantRequest_Model
impl UnwindSafe for CreateAssistantRequest_Model
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