systemprompt-identifiers 0.2.0

Core identifier types for systemprompt.io OS
Documentation
1
2
3
4
5
6
7
crate::define_id!(TraceId, generate, schema);

impl TraceId {
    pub fn system() -> Self {
        Self("system".to_string())
    }
}