feat: 移动调试交互组件位置
This commit is contained in:
@@ -11,11 +11,11 @@ import {
|
|||||||
UserSelectInteractive
|
UserSelectInteractive
|
||||||
} from '@fastgpt/global/core/workflow/template/system/interactive/type';
|
} from '@fastgpt/global/core/workflow/template/system/interactive/type';
|
||||||
import {
|
import {
|
||||||
FormInputComponent,
|
SelectOptionsComponent,
|
||||||
FormItem,
|
|
||||||
SelectOption,
|
SelectOption,
|
||||||
SelectOptionsComponent
|
FormInputComponent,
|
||||||
} from './Form/FormComponents';
|
FormItem
|
||||||
|
} from '@/components/core/chat/components/Form/FormComponents';
|
||||||
|
|
||||||
const useInteractiveDebug = (
|
const useInteractiveDebug = (
|
||||||
interactive: UserSelectInteractive | UserInputInteractive,
|
interactive: UserSelectInteractive | UserInputInteractive,
|
||||||
@@ -11,7 +11,7 @@ import type { FlowNodeItemType } from '@fastgpt/global/core/workflow/type/node.d
|
|||||||
import {
|
import {
|
||||||
RenderUserSelectInteractive,
|
RenderUserSelectInteractive,
|
||||||
RenderUserFormInteractive
|
RenderUserFormInteractive
|
||||||
} from '@/components/core/chat/components/InteractiveComponents';
|
} from './InteractiveComponents/DebugInteractive';
|
||||||
|
|
||||||
type NodeDebugResponseProps = {
|
type NodeDebugResponseProps = {
|
||||||
nodeId: string;
|
nodeId: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user