macro_rules! tool_error {
($($arg:tt)*) => { ... };
}
Expand description
Helper function to create CallToolError from formatted string
macro_rules! tool_error {
($($arg:tt)*) => { ... };
}
Helper function to create CallToolError from formatted string