pub struct AskCommand {
pub prompt: String,
pub show_reasoning: bool,
pub include_metadata: bool,
}
Expand description
Single prompt command configuration
Fields§
§prompt: String
§show_reasoning: bool
§include_metadata: bool
Auto Trait Implementations§
impl Freeze for AskCommand
impl RefUnwindSafe for AskCommand
impl Send for AskCommand
impl Sync for AskCommand
impl Unpin for AskCommand
impl UnwindSafe for AskCommand
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