mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-31 19:38:41 +00:00
name
This commit is contained in:
@@ -4,7 +4,7 @@ import type { InitChatResponse, InitShareChatResponse } from './response/chat';
|
||||
import { RequestPaging } from '../types/index';
|
||||
import type { ShareChatSchema } from '@/types/mongoSchema';
|
||||
import type { ShareChatEditType } from '@/types/app';
|
||||
import type { QuoteItemType } from '@/pages/api/openapi/modules/kb/search';
|
||||
import type { QuoteItemType } from '@/pages/api/app/modules/kb/search';
|
||||
import type { Props as UpdateHistoryProps } from '@/pages/api/chat/history/updateChatHistory';
|
||||
|
||||
/**
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import { sseResponseEventEnum } from '@/constants/chat';
|
||||
import { getErrText } from '@/utils/tools';
|
||||
import { parseStreamChunk } from '@/utils/adapt';
|
||||
import { QuoteItemType } from '@/pages/api/openapi/modules/kb/search';
|
||||
import { QuoteItemType } from '@/pages/api/app/modules/kb/search';
|
||||
import { rawSearchKey } from '@/constants/chat';
|
||||
|
||||
interface StreamFetchProps {
|
||||
|
Reference in New Issue
Block a user