Flowise/packages/components/nodes/prompts
Henry Heng dca91b979b
Refactor/Update code execution sandbox implementation across components (#4904)
refactor: Update code execution sandbox implementation across components

- Replaced NodeVM usage with a new createCodeExecutionSandbox function for improved sandbox management.
- Enhanced JavaScript code execution with executeJavaScriptCode function, allowing for better handling of libraries and output streaming.
- Updated multiple components to utilize the new sandboxing approach, ensuring consistent execution environment.
- Added validation for UUIDs and URLs in various tools to enhance input safety.
- Refactored input handling in CustomFunction and IfElseFunction to streamline variable management.
2025-07-21 00:09:01 +01:00
..
ChatPromptTemplate Refactor/Update code execution sandbox implementation across components (#4904) 2025-07-21 00:09:01 +01:00
FewShotPromptTemplate Feature/Add Neo4j GraphRag support (#3686) 2024-12-23 01:35:53 +00:00
PromptLangfuse Bugfix/Escape JSON in Prompt Message (#3901) 2025-01-20 19:18:28 +00:00
PromptTemplate Bugfix/Escape JSON in Prompt Message (#3901) 2025-01-20 19:18:28 +00:00