TraceContextData
Defined in the extras module.Rust AI Agent SDK Trace context for tracking operations
Fields
| Name | Type | Description |
|---|---|---|
trace_id | String | Trace ID |
span_id | String | Span ID |
parent_span_id | Option<String> | Parent span ID |
attributes | HashMap<String | Attributes |
serde_json | :Value> | Attributes |
Methods
new
Source
View on GitHub
praisonai/src/parity/extras.rs at line 655
