pub enum Engine {
Cecil,
Agnes,
Daphne,
Muriel,
}
Expand description
Different summarization engines are provided that will give you choices over the “flavor” of the summarization text.
Variants§
Cecil
Friendly, descriptive, fast summary
Agnes
Formal, technical, analytical summary
Daphne
Informal, creative, friendly summary
Muriel
Best-in-class summary using Kagi’s enterprise-grade model
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Engine
impl<'de> Deserialize<'de> for Engine
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 Copy for Engine
Auto Trait Implementations§
impl Freeze for Engine
impl RefUnwindSafe for Engine
impl Send for Engine
impl Sync for Engine
impl Unpin for Engine
impl UnwindSafe for Engine
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