pub struct ActionToolSchemas;Expand description
Generator for automation action tool schemas.
Implementations§
Source§impl ActionToolSchemas
impl ActionToolSchemas
Sourcepub fn all() -> Vec<ToolDefinition>
pub fn all() -> Vec<ToolDefinition>
Get all tool definitions for automation actions.
Sourcepub fn common() -> Vec<ToolDefinition>
pub fn common() -> Vec<ToolDefinition>
Get a subset of commonly used tools.
Auto Trait Implementations§
impl Freeze for ActionToolSchemas
impl RefUnwindSafe for ActionToolSchemas
impl Send for ActionToolSchemas
impl Sync for ActionToolSchemas
impl Unpin for ActionToolSchemas
impl UnwindSafe for ActionToolSchemas
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