pub struct SystemPrompts;Expand description
Common system prompts for different personas
Implementations§
Source§impl SystemPrompts
impl SystemPrompts
Sourcepub fn expert_assistant() -> String
pub fn expert_assistant() -> String
Expert assistant persona
Sourcepub fn code_assistant() -> String
pub fn code_assistant() -> String
Code assistant persona
Sourcepub fn creative_writer() -> String
pub fn creative_writer() -> String
Creative writer persona
Auto Trait Implementations§
impl Freeze for SystemPrompts
impl RefUnwindSafe for SystemPrompts
impl Send for SystemPrompts
impl Sync for SystemPrompts
impl Unpin for SystemPrompts
impl UnwindSafe for SystemPrompts
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