mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-31 15:45:08 +08:00
### What problem does this PR solve? Feat: Add loop operator node. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -41,3 +41,11 @@ export type IInputs = {
|
||||
prologue: string;
|
||||
mode: string;
|
||||
};
|
||||
|
||||
export type IOutputs = Record<
|
||||
string,
|
||||
{
|
||||
type?: string;
|
||||
value?: string;
|
||||
}
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user