Macro function_tool

Source
macro_rules! function_tool {
    ($name:expr, $description:expr, $function:expr) => { ... };
    ($name:expr, $description:expr, $schema:expr, $function:expr) => { ... };
}
Expand description

A macro to create a function tool with automatic parameter schema generation