mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
checklist
This commit is contained in:
@ -13,7 +13,7 @@ import { CustomTextNode } from '../custom-text/node'
|
||||
import { $createWorkflowVariableBlockNode } from './node'
|
||||
import { WorkflowVariableBlockNode } from './index'
|
||||
|
||||
const REGEX = /\{\{#(\d+|sys)(\.[a-zA-Z_][a-zA-Z0-9_]{0,29})+#\}\}/gi
|
||||
const REGEX = /\{\{(#[a-zA-Z0-9_]{1,50}(\.[a-zA-Z_][a-zA-Z0-9_]{0,29}){1,10}#)\}\}/gi
|
||||
|
||||
const WorkflowVariableBlockReplacementBlock = ({
|
||||
getWorkflowNode = () => undefined,
|
||||
|
||||
Reference in New Issue
Block a user