Skip to main content

tool_span

Function tool_span 

Source
pub fn tool_span(tool_name: &str, call_id: &str) -> Span
Expand 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.