删除事实条目
delete_factRemove a single fact from a persona profile when it is confirmed incorrect or no longer relevant. Keeps wrong information out of contact records while preserving the profile itself for future corrections or updates.
Instructions
从画像中删除一条事实。仅在该信息确认错误或不再相关时使用;若只是过时,优先用 update_fact 改写以保留历史脉络。不要用它逐条清空整份画像来变相删除画像 —— 本 server 没有删除画像的工具,清空只会留下一个没有事实的空壳,仍然出现在搜索与重名检测里;需要删除整份画像时请让用户手动删除对应的 .json 文件。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| factId | Yes | ||
| profileId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | ||
| deletedFactId | Yes |