(config: &CodexAppServerSummaryConfig)
| 87 | } |
| 88 | |
| 89 | fn configured_model(config: &CodexAppServerSummaryConfig) -> Option<&str> { |
| 90 | config.model.as_deref().filter(|model| !model.is_empty()) |
| 91 | } |
| 92 | |
| 93 | pub fn summarize_with_codex_app_server( |
| 94 | request: &LcmSummaryRequest, |
no test coverage detected