pub enum OpenAiPromptCacheTtl {
ThirtyMinutes,
}Expand description
GPT-5.6 request-wide prompt-cache lifetime.
Variants§
ThirtyMinutes
Keep cache entries for at least thirty minutes.
Trait Implementations§
Source§impl Clone for OpenAiPromptCacheTtl
impl Clone for OpenAiPromptCacheTtl
Source§fn clone(&self) -> OpenAiPromptCacheTtl
fn clone(&self) -> OpenAiPromptCacheTtl
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 moreimpl Copy for OpenAiPromptCacheTtl
Source§impl Debug for OpenAiPromptCacheTtl
impl Debug for OpenAiPromptCacheTtl
Source§impl<'de> Deserialize<'de> for OpenAiPromptCacheTtl
impl<'de> Deserialize<'de> for OpenAiPromptCacheTtl
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OpenAiPromptCacheTtl
Source§impl PartialEq for OpenAiPromptCacheTtl
impl PartialEq for OpenAiPromptCacheTtl
Source§impl Serialize for OpenAiPromptCacheTtl
impl Serialize for OpenAiPromptCacheTtl
impl StructuralPartialEq for OpenAiPromptCacheTtl
Auto Trait Implementations§
impl Freeze for OpenAiPromptCacheTtl
impl RefUnwindSafe for OpenAiPromptCacheTtl
impl Send for OpenAiPromptCacheTtl
impl Sync for OpenAiPromptCacheTtl
impl Unpin for OpenAiPromptCacheTtl
impl UnsafeUnpin for OpenAiPromptCacheTtl
impl UnwindSafe for OpenAiPromptCacheTtl
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