mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
### What problem does this PR solve? The agent directly outputs the results under the task model #9745 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -39,4 +39,5 @@ export type IInputs = {
|
||||
title: string;
|
||||
inputs: Record<string, BeginQuery>;
|
||||
prologue: string;
|
||||
mode: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user