macro_rules! tool {
($name:expr, $desc:expr, $schema:expr, $handler:expr) => { ... };
}Expand description
Macro to define a tool with a simple syntax
macro_rules! tool {
($name:expr, $desc:expr, $schema:expr, $handler:expr) => { ... };
}Macro to define a tool with a simple syntax