import { IRagNode } from '@/interfaces/database/agent'; import { NodeProps } from '@xyflow/react'; import { RagNode } from '.'; export function VariableAssignerNode({ ...props }: NodeProps) { return (
select
); }