pub enum ToolKind {
Show 15 variants
Shell,
HttpRequest,
HttpServer,
FetchUrl,
Search,
Memory,
SpawnSubagent,
SopList,
SopExecute,
SopApprove,
SopAdvance,
SopStatus,
SopHistory,
Wait,
Plugin,
}Expand description
Built-in tool implementations. Closed set — plugins that need their own attribution add a variant here.
Variants§
Shell
HttpRequest
HttpServer
FetchUrl
Search
Memory
SpawnSubagent
SopList
SopExecute
SopApprove
SopAdvance
SopStatus
SopHistory
Wait
Plugin
Trait Implementations§
impl Copy for ToolKind
impl Eq for ToolKind
impl StructuralPartialEq for ToolKind
Auto Trait Implementations§
impl Freeze for ToolKind
impl RefUnwindSafe for ToolKind
impl Send for ToolKind
impl Sync for ToolKind
impl Unpin for ToolKind
impl UnsafeUnpin for ToolKind
impl UnwindSafe for ToolKind
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