mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-31 03:22:18 +00:00
guide node
This commit is contained in:
3
client/src/api/response/chat.d.ts
vendored
3
client/src/api/response/chat.d.ts
vendored
@@ -3,7 +3,7 @@ import type { ChatItemType } from '@/types/chat';
|
||||
import { VariableItemType } from '@/types/app';
|
||||
|
||||
export interface InitChatResponse {
|
||||
historyId: string;
|
||||
chatId: string;
|
||||
appId: string;
|
||||
app: {
|
||||
variableModules?: VariableItemType[];
|
||||
@@ -13,6 +13,7 @@ export interface InitChatResponse {
|
||||
intro: string;
|
||||
canUse: boolean;
|
||||
};
|
||||
customTitle?: string;
|
||||
title: string;
|
||||
variables: Record<string, any>;
|
||||
history: ChatItemType[];
|
||||
|
Reference in New Issue
Block a user