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

Method with_ai_assisted

atomic-cli/src/commands/record/mod.rs:339–342  ·  view source on GitHub ↗

Builder: set the AI-assisted flag.

(mut self, ai_assisted: bool)

Source from the content-addressed store, hash-verified

337
338 /// Builder: set the AI-assisted flag.
339 pub fn with_ai_assisted(mut self, ai_assisted: bool) -> Self {
340 self.ai_assisted = ai_assisted;
341 self
342 }
343
344 /// Builder: set the AI provider.
345 pub fn with_ai_provider(mut self, provider: impl Into<String>) -> Self {

Calls

no outgoing calls