mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Display input parameters on operator nodes #3240 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -524,7 +524,10 @@ export const useReplaceIdWithText = (output: unknown) => {
|
||||
return getNode(id)?.data.name;
|
||||
};
|
||||
|
||||
return replaceIdWithText(output, getNameById);
|
||||
return {
|
||||
replacedOutput: replaceIdWithText(output, getNameById),
|
||||
getNameById,
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user