feat: update chat view response style

This commit is contained in:
Steven
2023-03-19 20:30:57 +08:00
parent 208c894db8
commit 262d6904d3
6 changed files with 27 additions and 35 deletions

View File

@ -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,
},