mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
feat: Add @agent icon and implement agent alias variables in workflow
inspector
This commit is contained in:
@ -58,10 +58,12 @@ const SubGraphMain: FC<SubGraphMainProps> = (props) => {
|
||||
const { fetchInspectVars } = useSetWorkflowVarsWithValue({
|
||||
flowType,
|
||||
flowId,
|
||||
interactionMode: InteractionMode.Subgraph,
|
||||
})
|
||||
const inspectVarsCrud = useInspectVarsCrudCommon({
|
||||
flowType,
|
||||
flowId,
|
||||
interactionMode: InteractionMode.Subgraph,
|
||||
})
|
||||
|
||||
const handleSyncSubGraphDraft = useCallback(async () => {
|
||||
|
||||
Reference in New Issue
Block a user