Solve circular dependency issue between workflow/constants.ts file and default.ts file (#13165)

This commit is contained in:
Obada Khalili 2025-02-04 03:26:01 +02:00 committed by GitHub
commit 8fbc9c9342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 23 additions and 21 deletions

View file

@ -1,7 +1,7 @@
import { BlockEnum } from '../../types'
import type { NodeDefault } from '../../types'
import type { TemplateTransformNodeType } from './types'
import { ALL_CHAT_AVAILABLE_BLOCKS, ALL_COMPLETION_AVAILABLE_BLOCKS } from '@/app/components/workflow/constants'
import { ALL_CHAT_AVAILABLE_BLOCKS, ALL_COMPLETION_AVAILABLE_BLOCKS } from '@/app/components/workflow/blocks'
const i18nPrefix = 'workflow.errorMsg'
const nodeDefault: NodeDefault<TemplateTransformNodeType> = {