macro_rules! instrument_tool {
($tool_name:expr, $tool_action:expr) => { ... };
}Expand description
Tool execution instrumentation
macro_rules! instrument_tool {
($tool_name:expr, $tool_action:expr) => { ... };
}Tool execution instrumentation