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

Method with_reasoning

atomic-agent/src/transcript/storage.rs:91–94  ·  view source on GitHub ↗

Set the reasoning summary.

(mut self, reasoning: TurnReasoning)

Source from the content-addressed store, hash-verified

89
90 /// Set the reasoning summary.
91 pub fn with_reasoning(mut self, reasoning: TurnReasoning) -> Self {
92 self.reasoning = Some(reasoning);
93 self
94 }
95
96 /// Returns true if this data has a reasoning summary.
97 pub fn has_reasoning(&self) -> bool {

Callers 4

save_reasoning_to_changeFunction · 0.80
test_strip_unhashedFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_strip_unhashedFunction · 0.64