pub struct TierSpec {
pub model_id: &'static str,
pub reasoning_effort: &'static str,
}Expand description
Concrete model settings for a Tier.
Fields§
§model_id: &'static strModel identifier passed to the engine.
reasoning_effort: &'static strReasoning effort passed as model_reasoning_effort.
Trait Implementations§
impl Copy for TierSpec
Source§impl Deserialize<'static> for TierSpec
impl Deserialize<'static> for TierSpec
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TierSpec
impl StructuralPartialEq for TierSpec
Auto Trait Implementations§
impl Freeze for TierSpec
impl RefUnwindSafe for TierSpec
impl Send for TierSpec
impl Sync for TierSpec
impl Unpin for TierSpec
impl UnsafeUnpin for TierSpec
impl UnwindSafe for TierSpec
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