feat: add automated tests for pipeline setting (#29478)

Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
This commit is contained in:
Coding On Star
2025-12-17 10:26:58 +08:00
committed by GitHub
parent 91714ee413
commit 581b62cf01
11 changed files with 3542 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import type { ChunkingMode, ParentMode } from '@/models/datasets'
import { createContext, useContextSelector } from 'use-context-selector'
type DocumentContextValue = {
export type DocumentContextValue = {
datasetId?: string
documentId?: string
docForm?: ChunkingMode