v4.4.5-3 (#357)
This commit is contained in:
5
projects/app/src/api/response/chat.d.ts
vendored
5
projects/app/src/api/response/chat.d.ts
vendored
@@ -1,13 +1,12 @@
|
||||
import type { AppSchema } from '@/types/mongoSchema';
|
||||
import type { ChatItemType } from '@/types/chat';
|
||||
import { VariableItemType } from '@/types/app';
|
||||
import { AppModuleItemType, VariableItemType } from '@/types/app';
|
||||
|
||||
export interface InitChatResponse {
|
||||
chatId: string;
|
||||
appId: string;
|
||||
app: {
|
||||
variableModules?: VariableItemType[];
|
||||
welcomeText?: string;
|
||||
userGuideModule?: AppModuleItemType;
|
||||
chatModels?: string[];
|
||||
name: string;
|
||||
avatar: string;
|
||||
|
||||
Reference in New Issue
Block a user