-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[Feature] 为 Persona 预设对话增加批量导入功能 #6321
Copy link
Copy link
Closed
Labels
area:webuiThe bug / feature is about webui(dashboard) of astrbot.The bug / feature is about webui(dashboard) of astrbot.enhancementNew feature or requestNew feature or requestfeature:personaThe bug / feature is about astrbot AI persona system (system prompt)The bug / feature is about astrbot AI persona system (system prompt)
Metadata
Metadata
Assignees
Labels
area:webuiThe bug / feature is about webui(dashboard) of astrbot.The bug / feature is about webui(dashboard) of astrbot.enhancementNew feature or requestNew feature or requestfeature:personaThe bug / feature is about astrbot AI persona system (system prompt)The bug / feature is about astrbot AI persona system (system prompt)
Description / 描述
目前 Dashboard 里的 Persona 预设对话只能在
PersonaForm中一对一对手动添加。当用户已经有现成的示例对话文本时,这种录入方式效率较低,也容易出错。
建议在前端增加“批量添加预设对话”能力,由前端本地解析文本并在应用前提供预览,不改变后端现有的数据结构。
建议的行为:
user:assistant:q:a::和:Use Case / 使用场景
很多用户会先在文档、提示词库、或者比如把人格交给AI让其输出一些示例对话。
如果只能在 Dashboard 中逐条手动录入,会有点麻烦。
Willing to Submit PR? / 是否愿意提交PR?
Code of Conduct