draft_diff
Compares a memory draft against an existing memory to show changed fields and provide a merge recommendation.
Instructions
Show a field-level diff for a memory draft.
Args: draft_id: Draft identifier returned by draft_memory. compare_to: Optional existing memory UUID to compare against.
Returns: JSON string with changed fields and a merge recommendation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | ||
| compare_to | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |