pub struct AskQuestion;Trait Implementations§
Source§impl Tool for AskQuestion
impl Tool for AskQuestion
Source§fn description(&self) -> &str
fn description(&self) -> &str
Human-readable description shown to the model.
Source§fn input_schema(&self) -> Value
fn input_schema(&self) -> Value
JSON Schema describing the expected arguments.
Auto Trait Implementations§
impl Freeze for AskQuestion
impl RefUnwindSafe for AskQuestion
impl Send for AskQuestion
impl Sync for AskQuestion
impl Unpin for AskQuestion
impl UnsafeUnpin for AskQuestion
impl UnwindSafe for AskQuestion
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