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

Method prompt_summary

atomic-agent/src/envelope.rs:509–512  ·  view source on GitHub ↗
(mut self, summary: impl Into<String>)

Source from the content-addressed store, hash-verified

507 /// Set the prompt summary (first ~200 chars).
508 #[must_use]
509 pub fn prompt_summary(mut self, summary: impl Into<String>) -> Self {
510 self.prompt_summary = Some(summary.into());
511 self
512 }
513
514 /// Set the prompt hash (Blake3, 32 bytes).
515 #[must_use]

Callers 4

make_envelopeFunction · 0.45
test_has_promptFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_has_promptFunction · 0.36