MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / configured_model

Function configured_model

src/sessions/codex_app_server.rs:89–91  ·  view source on GitHub ↗
(config: &CodexAppServerSummaryConfig)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected