feat: History Message Number

This commit is contained in:
josc146
2024-02-04 23:11:23 +08:00
parent 1c025c3d29
commit f1986fa9d0
5 changed files with 34 additions and 8 deletions

View File

@@ -35,5 +35,6 @@ export type Attachment = {
content: string;
}
export type ChatParams = Omit<ApiParameters, 'apiPort'> & {
markdown: boolean
historyN: number;
markdown: boolean;
}