Retrieve detailed information about a specific merge conflict.
Get complete details about a memory merge conflict including the proposed memory content, conflicting existing memories, and clarifying questions to help resolve the conflict.
Path Parameters:
custom_user_id (str): Unique identifier for the user owning the merge conflictconflict_id (UUID): Merge conflict UUID to retrieveReturns:
conflict (MergeConflictInfo): Conflict details with proposed_memory_content, conflicting_memories, clarifying_questions, status, and timestampsCustom user ID owning the merge conflict
ID of the merge conflict to retrieve
Merge conflict retrieved successfully
Response containing merge conflict details.
Information about a merge conflict.