update_relation
Update relationship information for any target (self, owner, or character) by adding likes, dislikes, important details, and overwriting feelings, closeness, and notes.
Instructions
特定の相手(自分・他のキャラ・人間のオーナー等)への関係性情報を更新する。
target_id: 'self'(自分), 'owner'(人間のオーナー), または他のキャラID likes: 好きなもの・好きなところのリスト(追記) dislikes: 苦手なこと・苦手なところのリスト(追記) important: この相手について大事だと思う情報リスト(追記) feeling: この相手についての気持ち・印象(上書き) closeness: 親密度 0.0〜1.0(上書き) notes: その他メモ(上書き)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| likes | No | ||
| notes | No | ||
| feeling | No | ||
| dislikes | No | ||
| closeness | No | ||
| important | No | ||
| target_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |