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

Method with_raw_json

atomic-agent/src/event.rs:386–389  ·  view source on GitHub ↗
(mut self, raw: serde_json::Value)

Source from the content-addressed store, hash-verified

384 /// Attach the raw JSON input for debugging.
385 #[must_use]
386 pub fn with_raw_json(mut self, raw: serde_json::Value) -> Self {
387 self.raw_json = Some(raw);
388 self
389 }
390
391 /// Returns `true` if this event has a user prompt attached.
392 pub fn has_prompt(&self) -> bool {

Callers 15

parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80

Calls

no outgoing calls