pub type Config = RolloutConfig;Aliased Type§
pub struct Config {
pub codex_home: PathBuf,
pub sqlite_home: PathBuf,
pub cwd: PathBuf,
pub model_provider_id: String,
pub generate_memories: bool,
}Fields§
§codex_home: PathBuf§sqlite_home: PathBuf§cwd: PathBuf§model_provider_id: String§generate_memories: bool