pub type IntentId = String;Expand description
Content-addressed identity of an intent. Lowercase-hex SHA-256
of the canonical form of (prompt, session_id, model, parent_intent). Excludes created_at so two runs of the same
prompt produce the same id.
Aliased Typeยง
pub struct IntentId { /* private fields */ }