Skip to main content

systemprompt_identifiers/
execution.rs

1//! Execution-trace identifiers.
2//!
3//! Copyright (c) systemprompt.io — Business Source License 1.1.
4//! See <https://systemprompt.io> for licensing details.
5
6crate::define_id!(ExecutionStepId, generate);
7crate::define_id!(LogId, generate, schema);
8crate::define_id!(TokenId, generate);
9crate::define_id!(ArtifactId, generate, schema);