Skip to main content

define_tool

Macro define_tool 

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

Macro to easily define tools