pub struct ToolSpanAttributes {
pub execution_id: String,
pub step_id: String,
pub tool_name: String,
}Expand description
Span attributes for tool calls
Fields§
§execution_id: StringExecution ID
step_id: StringStep ID
tool_name: StringTool name
Implementations§
Auto Trait Implementations§
impl Freeze for ToolSpanAttributes
impl RefUnwindSafe for ToolSpanAttributes
impl Send for ToolSpanAttributes
impl Sync for ToolSpanAttributes
impl Unpin for ToolSpanAttributes
impl UnsafeUnpin for ToolSpanAttributes
impl UnwindSafe for ToolSpanAttributes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more