Wrapping up bedrock implementation
This commit is contained in:
@@ -3,12 +3,12 @@ use std::path::Path;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use anyhow::anyhow;
|
||||
use ui_components::lightbox::{LightboxImage, LightboxImageSource};
|
||||
use galaxy_core::report_error;
|
||||
use warp_multi_agent_api as api;
|
||||
#[cfg(feature = "local_fs")]
|
||||
use galaxyui::platform::SaveFilePickerConfiguration;
|
||||
use galaxyui::SingletonEntity;
|
||||
use ui_components::lightbox::{LightboxImage, LightboxImageSource};
|
||||
use warp_multi_agent_api as api;
|
||||
|
||||
#[cfg(feature = "local_fs")]
|
||||
use crate::ai::artifact_download::default_download_filename;
|
||||
|
||||
Reference in New Issue
Block a user