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

Method with_ai_provider

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

Builder: set the AI provider.

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

Source from the content-addressed store, hash-verified

343
344 /// Builder: set the AI provider.
345 pub fn with_ai_provider(mut self, provider: impl Into<String>) -> Self {
346 self.ai_provider = Some(provider.into());
347 self
348 }
349
350 /// Builder: set the AI model.
351 pub fn with_ai_model(mut self, model: impl Into<String>) -> Self {

Calls

no outgoing calls