pub enum RigorousJsonCommandBuilderStage {
ExtractAndCleanData,
GenerateResponseViaTheSchema,
OptimizeContent,
ApplySpecificAdjustments,
OutputTheJsonStructure,
}
Variants§
ExtractAndCleanData
GenerateResponseViaTheSchema
OptimizeContent
ApplySpecificAdjustments
OutputTheJsonStructure
Implementations§
Source§impl RigorousJsonCommandBuilderStage
impl RigorousJsonCommandBuilderStage
pub fn get_all<T: AiJsonTemplate>() -> String
pub fn all() -> Vec<Self>
pub fn name(&self) -> &'static str
pub fn ai_instructions<T: AiJsonTemplate>(&self) -> String
Auto Trait Implementations§
impl Freeze for RigorousJsonCommandBuilderStage
impl RefUnwindSafe for RigorousJsonCommandBuilderStage
impl Send for RigorousJsonCommandBuilderStage
impl Sync for RigorousJsonCommandBuilderStage
impl Unpin for RigorousJsonCommandBuilderStage
impl UnwindSafe for RigorousJsonCommandBuilderStage
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