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

Method with_category

atomic-agent/src/transcript/reasoning.rs:215–218  ·  view source on GitHub ↗
(mut self, category: impl Into<String>)

Source from the content-addressed store, hash-verified

213 /// Set the category.
214 #[must_use]
215 pub fn with_category(mut self, category: impl Into<String>) -> Self {
216 self.category = Some(category.into());
217 self
218 }
219
220 /// Returns true if this learning has a graph anchor.
221 pub fn is_anchored(&self) -> bool {

Callers 3

Calls

no outgoing calls

Tested by 3