mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
v4.6.5 (#620)
This commit is contained in:
10
projects/app/src/global/core/chat/api.d.ts
vendored
10
projects/app/src/global/core/chat/api.d.ts
vendored
@@ -12,6 +12,7 @@ export type GetChatSpeechProps = {
|
||||
export type InitChatProps = {
|
||||
appId?: string;
|
||||
chatId?: string;
|
||||
loadCustomFeedbacks?: boolean;
|
||||
};
|
||||
export type InitOutLinkChatProps = {
|
||||
chatId?: string;
|
||||
@@ -74,5 +75,14 @@ export type DeleteChatItemProps = {
|
||||
};
|
||||
|
||||
export type AdminUpdateFeedbackParams = AdminFbkType & {
|
||||
appId: string;
|
||||
chatId: string;
|
||||
chatItemId: string;
|
||||
};
|
||||
|
||||
export type CloseCustomFeedbackParams = {
|
||||
appId: string;
|
||||
chatId: string;
|
||||
chatItemId: string;
|
||||
index: number;
|
||||
};
|
||||
|
Reference in New Issue
Block a user