pub fn tool_span(tool_name: &str, call_id: &str) -> SpanExpand description
Build an execute_tool {tool} span (source-compatible two-argument form).
Delegates to tool_span_ex with no description. Prefer tool_span_ex
for new call sites.
pub fn tool_span(tool_name: &str, call_id: &str) -> SpanBuild an execute_tool {tool} span (source-compatible two-argument form).
Delegates to tool_span_ex with no description. Prefer tool_span_ex
for new call sites.