pub struct Soul {
pub logic_system_prompt: String,
pub creative_system_prompt: String,
pub verifier_system_prompt: String,
pub code_gen_system_prompt: String,
}Fields§
§logic_system_prompt: String§creative_system_prompt: String§verifier_system_prompt: String§code_gen_system_prompt: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Soul
impl RefUnwindSafe for Soul
impl Send for Soul
impl Sync for Soul
impl Unpin for Soul
impl UnsafeUnpin for Soul
impl UnwindSafe for Soul
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