mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-02 22:58:43 +08:00
feat: update chat view response style
This commit is contained in:
@ -4,8 +4,8 @@ import { Id, User, UserRole } from "../types";
|
||||
export const assistantList: User[] = [
|
||||
{
|
||||
id: "assistant-dba",
|
||||
name: "Chat DBA",
|
||||
description: "",
|
||||
name: "ChatDBA",
|
||||
description: "🤖️ I am a chatbot that can help you with database administration.",
|
||||
avatar: "",
|
||||
role: UserRole.Assistant,
|
||||
},
|
||||
|
Reference in New Issue
Block a user