mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 08:05:07 +08:00
### What problem does this PR solve? Feat: Exported Agent JSON Should Include Conversation Variables Configuration #11796 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -71,6 +71,7 @@ export const DataflowEmptyDsl = {
|
||||
history: [],
|
||||
path: [],
|
||||
globals: {},
|
||||
variables: [],
|
||||
};
|
||||
|
||||
export function useCreateAgentOrPipeline() {
|
||||
|
||||
Reference in New Issue
Block a user