mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
feat: all other code expand
This commit is contained in:
@ -2,7 +2,7 @@ import { BlockEnum } from '../../types'
|
||||
import type { QuestionClassifierNodeType } from './types'
|
||||
|
||||
export const mockData: QuestionClassifierNodeType = {
|
||||
title: 'Test',
|
||||
title: 'Question Classifier',
|
||||
desc: 'Test',
|
||||
type: BlockEnum.QuestionClassifier,
|
||||
query_variable_selector: ['aaa', 'name'],
|
||||
@ -18,12 +18,10 @@ export const mockData: QuestionClassifierNodeType = {
|
||||
{
|
||||
id: '1',
|
||||
name: 'topic 1',
|
||||
topic: 'xxxxx',
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
name: 'topic 2',
|
||||
topic: 'xxxxx2',
|
||||
},
|
||||
],
|
||||
instruction: 'You are an entity extraction model that accepts an input',
|
||||
|
||||
Reference in New Issue
Block a user