mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-14 17:53:05 +08:00
- 新建模块Partner-Api,推进Partner适配核心服务注册机制。
- 将原有的模块体系进一步区分,分离模型持有能力与调用能力,Model将有Module自身持有,可通过ActivateModel开启相应能力
This commit is contained in:
27
Partner-Main/src/test/java/text/relation_input_test.json
Normal file
27
Partner-Main/src/test/java/text/relation_input_test.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"primaryUserPerceive": {
|
||||
"[用户昵称] <用户的昵称信息>": "<用户昵称>",
|
||||
"[关系] <你与用户的关系>": "<当前关系>",
|
||||
"[态度] <你对于用户的态度>": "<当前的态度列表>",
|
||||
"[印象] <你对于用户的印象>": "<当前的印象列表>",
|
||||
"[静态记忆] <你对于该用户的事实性记忆>": "<现有的静态记忆>"
|
||||
},
|
||||
"chatMessages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "<用户输入_1>"
|
||||
},
|
||||
{
|
||||
"role": "assistant",
|
||||
"content": "<你的回复_1>"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
"content": "<用户输入_2>"
|
||||
},
|
||||
{
|
||||
"role": "assistant",
|
||||
"content": "<你的回复_2>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user