Codex Handbook
ext/image-generation/src/lib.rs 8 lines
mod backend;mod extension;mod tool;pub use extension::install;pub(crate) const IMAGE_GEN_NAMESPACE: &str = "image_gen";pub(crate) const IMAGEGEN_TOOL_NAME: &str = "imagegen";