调整 ErrorReportLogInput 的导入顺序
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled

This commit is contained in:
2026-09-02 11:41:48 +08:00
parent 3d69c08fa8
commit a699638a1d
@@ -23,8 +23,8 @@ use platform_llm::{
};
use reqwest::header;
use serde::{Deserialize, Serialize};
use shared_contracts::error_reports::ErrorReportLogInput;
use sha2::Digest;
use shared_contracts::error_reports::ErrorReportLogInput;
use shared_contracts::game_creation_app::{
new_game_creation_app_manifest, new_game_creation_app_seed_tasks,
validate_game_iteration_versions, GameCreationAgentArtifactTrace,