emotion_apply_deltas
Apply emotional delta JSON to update user's emotional state, integrating analysis results from emotion_get_analysis_prompt to adjust intensity and affect metrics.
Instructions
提交情绪增量 JSON 以更新数值。配合 emotion_get_analysis_prompt 使用:分析完成后将 JSON 结果提交于此
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deltas | Yes | 情绪增量 JSON,格式:{libido_other_delta, aggression_other_delta, libido_self_delta, aggression_self_delta, affection_delta, base_libido_other_delta, base_aggression_other_delta, base_libido_self_delta, base_aggression_self_delta, intensity} | |
| user_id | Yes | 用户唯一标识 |