pub struct FunctionTool;Expand description
Builder-first function-tool authoring entry point.
FunctionTool is a namespace for a simple builder. The built value is the
same TypedTool used by the canonical typed-tool execution path, so policy,
approval, journals, events, and output content refs are unchanged.
Implementations§
Source§impl FunctionTool
impl FunctionTool
Auto Trait Implementations§
impl Freeze for FunctionTool
impl RefUnwindSafe for FunctionTool
impl Send for FunctionTool
impl Sync for FunctionTool
impl Unpin for FunctionTool
impl UnsafeUnpin for FunctionTool
impl UnwindSafe for FunctionTool
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