mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(core): Add workflow JSON context trimming for AI workflow builder (no-changelog) (#18828)
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
"@n8n/di": "workspace:*",
|
||||
"@n8n_io/ai-assistant-sdk": "catalog:",
|
||||
"langsmith": "^0.3.45",
|
||||
"lodash": "catalog:",
|
||||
"n8n-workflow": "workspace:*",
|
||||
"picocolors": "catalog:",
|
||||
"zod": "catalog:"
|
||||
@@ -54,10 +55,10 @@
|
||||
"devDependencies": {
|
||||
"@n8n/typescript-config": "workspace:*",
|
||||
"@types/cli-progress": "^3.11.5",
|
||||
"p-limit": "^3.1.0",
|
||||
"cli-progress": "^3.12.0",
|
||||
"cli-table3": "^0.6.3",
|
||||
"jest-mock-extended": "^3.0.4",
|
||||
"madge": "^8.0.0"
|
||||
"madge": "^8.0.0",
|
||||
"p-limit": "^3.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user