fix: restrict image_generation_options to module scope
Project CI / Frontend tests (pull_request) Successful in 2m16s
Project CI / Native shell tests (pull_request) Successful in 2m36s
Project CI / Backend tests (pull_request) Successful in 3m29s
Project CI / Repository checks (pull_request) Failing after 27s

This commit is contained in:
2026-07-24 17:45:16 +08:00
parent 630854e0c0
commit b06ccbb9db
@@ -8,7 +8,7 @@ pub mod generate_image;
pub mod generate_sound_effect;
pub mod generate_ui_design;
pub mod generate_video;
pub mod image_generation_options;
mod image_generation_options;
#[cfg(test)]
mod tests {