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

Method model

atomic-agent/src/transcript/generator.rs:177–179  ·  view source on GitHub ↗

Get the effective model name.

(&self)

Source from the content-addressed store, hash-verified

175
176 /// Get the effective model name.
177 pub(crate) fn model(&self) -> &str {
178 self.model.as_deref().unwrap_or(DEFAULT_MODEL)
179 }
180
181 /// Build the summarization prompt from the condensed transcript.
182 pub(crate) fn build_prompt(&self, condensed_text: &str) -> String {

Calls

no outgoing calls