Skip to main content

systemprompt_identifiers/
trace.rs

1crate::define_id!(TraceId, generate, schema);
2
3impl TraceId {
4    pub fn system() -> Self {
5        Self("system".to_string())
6    }
7}