mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 15:06:50 +08:00
### What problem does this PR solve? Feat: Edit the output data of the code operator #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -135,9 +135,10 @@ export interface IRetrievalForm {
|
||||
}
|
||||
|
||||
export interface ICodeForm {
|
||||
inputs?: Array<{ name?: string; component_id?: string }>;
|
||||
arguments: Record<string, string>;
|
||||
lang: string;
|
||||
script?: string;
|
||||
outputs: Record<string, { value: string; type: string }>;
|
||||
}
|
||||
|
||||
export interface IAgentForm {
|
||||
|
||||
Reference in New Issue
Block a user