mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 08:37:59 +00:00
4.6.4 (#588)
This commit is contained in:
8
packages/global/core/chat/api.d.ts
vendored
Normal file
8
packages/global/core/chat/api.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export type UpdateChatFeedbackProps = {
|
||||
chatId: string;
|
||||
chatItemId: string;
|
||||
shareId?: string;
|
||||
outLinkUid?: string;
|
||||
userBadFeedback?: string;
|
||||
userGoodFeedback?: string;
|
||||
};
|
Reference in New Issue
Block a user