mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-02 14:01:59 +08:00
feat: update chat view layout
This commit is contained in:
@ -2,5 +2,6 @@ import { Id } from "./common";
|
||||
|
||||
export interface Chat {
|
||||
id: string;
|
||||
userId: Id;
|
||||
assistantId: Id;
|
||||
isRequesting: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user