优化聊天部分

This commit is contained in:
2025-09-16 16:55:39 +08:00
parent 76bd04b9f4
commit 9a3525afd3
16 changed files with 1442 additions and 553 deletions
+3 -3
View File
@@ -232,7 +232,7 @@ export class GlobalConfig {
this.OnceChatAddScore = _buf_.readInt()
this.ScoreExchangeStarLevel = _buf_.readInt()
this.GameName = _buf_.readString()
this.EmotionRating = _buf_.readString()
this.EmotionBasePrompt = _buf_.readString()
this.girlBasePrompt = _buf_.readString()
}
@@ -276,7 +276,7 @@ export class GlobalConfig {
/**
* 情绪评分机器人system_prompt,需拼接角色prompt
*/
readonly EmotionRating: string
readonly EmotionBasePrompt: string
/**
* ai机器人基础规则
*/
@@ -801,7 +801,7 @@ export class TbGlobalConfig {
/**
* 情绪评分机器人system_prompt,需拼接角色prompt
*/
get EmotionRating(): string { return this._data.EmotionRating; }
get EmotionBasePrompt(): string { return this._data.EmotionBasePrompt; }
/**
* ai机器人基础规则
*/