Feat: Exported Agent JSON Should Include Conversation Variables Configuration #11796 (#12579)

### 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:
balibabu
2026-01-13 15:35:45 +08:00
committed by GitHub
parent 68e5c86e9c
commit accae95126
4 changed files with 29 additions and 13 deletions

View File

@ -71,6 +71,7 @@ export const DataflowEmptyDsl = {
history: [],
path: [],
globals: {},
variables: [],
};
export function useCreateAgentOrPipeline() {