mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 23:16:58 +08:00
### What problem does this PR solve? Feat: Add a tool operator node from the agent form #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
7
web/src/pages/agent/form/tool-form/index.tsx
Normal file
7
web/src/pages/agent/form/tool-form/index.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import { INextOperatorForm } from '../../interface';
|
||||
|
||||
const ToolForm = ({ node }: INextOperatorForm) => {
|
||||
return <section>xxx</section>;
|
||||
};
|
||||
|
||||
export default ToolForm;
|
||||
Reference in New Issue
Block a user