feat: watch graph change (#1092)

### What problem does this PR solve?

feat: watch graph change #918 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-06-07 13:46:50 +08:00
committed by GitHub
parent f8d0d657fb
commit 31da511d1d
6 changed files with 33 additions and 8 deletions

View File

@@ -1,11 +1,5 @@
import { MergeCellsOutlined, RocketOutlined } from '@ant-design/icons';
import { Position } from 'reactflow';
export const componentList = [
{ name: 'Retrieval', icon: <RocketOutlined />, description: '' },
{ name: 'Generate', icon: <MergeCellsOutlined />, description: '' },
];
export const initialNodes = [
{
sourcePosition: Position.Left,