Novice
Novice
# Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [x] Please open an issue before creating a PR or link to an existing...
# Summary Tool node got incorrect variable type selection caused the variable to be displayed incorrectly. # Screenshots | Before | After | |--------|-------| | | | # Checklist >...
# Summary Fix https://github.com/langgenius/dify/issues/14059 Fix https://github.com/langgenius/dify/issues/13387 Fix #15626 # Screenshots | Before | After | |--------|-------| | | | # Checklist > [!IMPORTANT] > Please review the checklist below before...
# Summary Fixed an issue: When multiple conditional branches are connected, the streaming output of subsequent conditional branches will fail. Fix #13626 Fix #15162 # Screenshots | Before | After...
# Summary This line of code in graph.py was mistakenly deleted during conflict resolution when merging the plugin branch. It has now been re-merged. Original PR: #13673 # Checklist >...
# Summary Fixed the issue preventing Agent nodes from working in parallel operations Fixes #14704 # Screenshots | Before | After | |--------|-------| | | | # Checklist > [!IMPORTANT]...
# Summary If PLUGIN_DIFY_INNER_API_KEY in docker/.env is changed, the DIFY_INNER_API_KEY in the plugin_daemon service must be synchronized accordingly, otherwise the Agent node will fail. Resolves #15118 Resolves #14850 # Checklist...
# Summary Added support for calling blocking model methods from within plugins to enable non-streaming Function Call invocations. The related PRs are as follows: https://github.com/langgenius/dify-plugin-sdks/pull/40 # Checklist > [!IMPORTANT] >...
# Summary Added memory functionality to Agent nodes. Now the Agent can reason based on chat context. This PR needs to be merged after PR #15732 # Screenshots # Checklist...