Macro tool_error

Source
macro_rules! tool_error {
    ($($arg:tt)*) => { ... };
}
Expand description

Helper function to create CallToolError from formatted string