chore(gateway): make openai image intent import local

This commit is contained in:
ZheFox
2026-05-20 16:09:24 +08:00
parent 9673fc4c01
commit cde2062618

View File

@@ -17,7 +17,7 @@ pub(crate) use chat::{
set_local_openai_chat_execution_exhausted_diagnostic,
};
pub(crate) use embedding::maybe_build_sync_local_openai_embedding_decision_payload;
pub(super) use image_intent::openai_request_is_image_generation_intent;
use image_intent::openai_request_is_image_generation_intent;
pub(crate) use responses::{
build_local_openai_responses_stream_attempt_source_for_kind,
build_local_openai_responses_stream_plan_and_reports_for_kind,