mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
perf: 参数值
This commit is contained in:
1
src/types/chat.d.ts
vendored
1
src/types/chat.d.ts
vendored
@@ -11,4 +11,5 @@ export type ChatSiteItemType = {
|
||||
export type HistoryItem = {
|
||||
chatId: string;
|
||||
title: string;
|
||||
history?: ChatSiteItemType[];
|
||||
};
|
||||
|
Reference in New Issue
Block a user