修正事实条目
update_factUpdate an existing fact in a persona profile when information becomes outdated, such as a job change or relocation, by replacing the original entry with corrected content instead of adding conflicting new facts.
Instructions
修改画像中某一条已有事实。信息过时时(换工作、搬城市)应改写原条目,而不是用 add_facts 追加一条互相矛盾的新事实。factId 来自 get_profile。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| factId | Yes | ||
| source | No | ||
| content | No | ||
| category | No | ||
| profileId | Yes | ||
| confidence | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact | Yes | ||
| profile | Yes |