macro_rules! define_tool {
(
$name:ident,
schema: $schema:expr,
execute: |$ctx:ident, $args:ident| $body:expr
) => { ... };
}Expand description
Macro to easily define tools
macro_rules! define_tool {
(
$name:ident,
schema: $schema:expr,
execute: |$ctx:ident, $args:ident| $body:expr
) => { ... };
}Macro to easily define tools