Get the effective model name.
(&self)
| 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 { |
no outgoing calls