mirror of
https://github.com/langgenius/dify.git
synced 2026-02-25 02:35:12 +00:00
- Introduced a new boolean field `computer_use` in LLMNodeData to indicate whether the computer use feature should be enabled. - Updated LLMNode to check the `computer_use` field when determining sandbox usage, ensuring proper error handling if sandbox is not available. - Removed the obsolete `_has_skill_prompt` method to streamline the code.