fix creation agent session sync and publish gate alignment
This commit is contained in:
@@ -1545,7 +1545,10 @@ fn build_compiled_profile_payload_json(
|
||||
}
|
||||
}
|
||||
|
||||
if let Some(scene_chapters) = draft.get("sceneChapters") {
|
||||
if let Some(scene_chapters) = draft
|
||||
.get("sceneChapterBlueprints")
|
||||
.or_else(|| draft.get("sceneChapters"))
|
||||
{
|
||||
payload.insert("sceneChapterBlueprints".to_string(), scene_chapters.clone());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user