fix: ux bug

This commit is contained in:
jialin
2024-07-02 17:30:03 +08:00
parent 49efbd1a7f
commit 316019586f
19 changed files with 102 additions and 133 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
export const Roles = {
User: 'user',
Assistant: 'assistant'
Assistant: 'assistant',
System: 'system'
};
export const playGroundRoles = [
{