MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / prompt_hash

Method prompt_hash

atomic-agent/src/envelope.rs:516–519  ·  view source on GitHub ↗
(mut self, hash: [u8; 32])

Source from the content-addressed store, hash-verified

514 /// Set the prompt hash (Blake3, 32 bytes).
515 #[must_use]
516 pub fn prompt_hash(mut self, hash: [u8; 32]) -> Self {
517 self.prompt_hash = Some(hash);
518 self
519 }
520
521 /// Compute and set the prompt hash from the full prompt text.
522 #[must_use]

Callers 2

build_turn_envelopeFunction · 0.45

Calls

no outgoing calls

Tested by 1