pub struct SynthesisPromptBuilder {
pub policy: SynthesisPolicy,
}Expand description
Assembles the LLM prompt — pure computation, no I/O.
Fields§
§policy: SynthesisPolicyImplementations§
Auto Trait Implementations§
impl Freeze for SynthesisPromptBuilder
impl RefUnwindSafe for SynthesisPromptBuilder
impl Send for SynthesisPromptBuilder
impl Sync for SynthesisPromptBuilder
impl Unpin for SynthesisPromptBuilder
impl UnsafeUnpin for SynthesisPromptBuilder
impl UnwindSafe for SynthesisPromptBuilder
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