fix custom world agent draft profile identity
This commit is contained in:
@@ -148,7 +148,7 @@ pub async fn put_custom_world_library_profile(
|
||||
.upsert_custom_world_profile(CustomWorldProfileUpsertRecordInput {
|
||||
profile_id: profile_id.clone(),
|
||||
owner_user_id: owner_user_id.clone(),
|
||||
source_agent_session_id: None,
|
||||
source_agent_session_id: payload.source_agent_session_id.clone(),
|
||||
world_name: metadata.world_name,
|
||||
subtitle: metadata.subtitle,
|
||||
summary_text: metadata.summary_text,
|
||||
|
||||
Reference in New Issue
Block a user