Resolve a memory merge conflict by answering clarifying questions.
Submit answers to the AI-generated clarifying questions to resolve memory conflicts. The system will use your answers to determine how to merge or update the conflicting memories. After resolution, the conflict status changes to IN_QUEUE for processing.
Path Parameters:
custom_user_id (str): Unique identifier for the user owning the merge conflictconflict_id (UUID): Merge conflict UUID to resolveBody Parameters:
answers (UserResponseMergeConflictQuestionAnswers): List of question-answer pairs matching the clarifying questionsReturns:
conflict (MergeConflictInfo): Updated conflict with resolution_data, IN_QUEUE status, and resolved_at timestampCustom user ID owning the merge conflict
ID of the merge conflict to resolve
Answers to clarifying questions
Merge conflict resolved successfully
Response after resolving a merge conflict.
Information about a merge conflict.