优化聊天部分
This commit is contained in:
@@ -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机器人基础规则
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user