v4.6 -1 (#459)
This commit is contained in:
6
projects/app/src/global/core/ai/api.d.ts
vendored
Normal file
6
projects/app/src/global/core/ai/api.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ChatMessageItemType } from '@fastgpt/global/core/ai/type.d';
|
||||
|
||||
export type CreateQuestionGuideParams = {
|
||||
messages: ChatMessageItemType[];
|
||||
shareId?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user