mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
fix share page dataset search show (#4506)
* fix share page dataset search show * add comment * Fix
This commit is contained in:
@@ -61,6 +61,7 @@ export type ChatDispatchProps = {
|
||||
workflowStreamResponse?: WorkflowResponseType;
|
||||
workflowDispatchDeep?: number;
|
||||
version?: 'v1' | 'v2';
|
||||
responseDetail?: boolean;
|
||||
};
|
||||
|
||||
export type ModuleDispatchProps<T> = ChatDispatchProps & {
|
||||
|
Reference in New Issue
Block a user