pub enum ToolName {
Show 24 variants
Search,
Browser,
News,
Wiki,
Calc,
Math,
Format,
Exec,
Code,
Regex,
Read,
Write,
Pdf,
Summarize,
Email,
Calendar,
Translate,
Sentiment,
Classify,
Memory,
Plan,
Spawn,
Judge,
Plugin(String),
}Expand description
The name of a built-in or custom tool the agent can invoke.
Variants§
Search
Full-text web search (default).
Browser
News
Wiki
Calc
Math
Format
Exec
Code
Regex
Read
Write
Summarize
Calendar
Translate
Sentiment
Classify
Memory
Plan
Spawn
Judge
Plugin(String)
Trait Implementations§
impl Eq for ToolName
impl StructuralPartialEq for ToolName
Auto Trait Implementations§
impl Freeze for ToolName
impl RefUnwindSafe for ToolName
impl Send for ToolName
impl Sync for ToolName
impl Unpin for ToolName
impl UnsafeUnpin for ToolName
impl UnwindSafe for ToolName
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