mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08: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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| entities.py | ||
| exc.py | ||
| file_saver.py | ||
| llm_utils.py | ||
| node.py | ||