feat: quote change
This commit is contained in:
1
src/types/chat.d.ts
vendored
1
src/types/chat.d.ts
vendored
@@ -7,6 +7,7 @@ export type ExportChatType = 'md' | 'pdf' | 'html';
|
||||
export type ChatItemSimpleType = {
|
||||
obj: `${ChatRoleEnum}`;
|
||||
value: string;
|
||||
quoteLen?: number;
|
||||
quote?: QuoteItemType[];
|
||||
};
|
||||
export type ChatItemType = {
|
||||
|
||||
Reference in New Issue
Block a user