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

Method with_ai_provider

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

Builder: set the AI provider.

(mut self, provider: impl Into<String>)

Source from the content-addressed store, hash-verified

351
352 /// Builder: set the AI provider.
353 pub fn with_ai_provider(mut self, provider: impl Into<String>) -> Self {
354 self.ai_provider = Some(provider.into());
355 self
356 }
357
358 /// Builder: set the AI model.
359 pub fn with_ai_model(mut self, model: impl Into<String>) -> Self {

Calls

no outgoing calls