This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
dify
Watch
1
Star
0
Fork
0
You've already forked dify
mirror of
https://github.com/langgenius/dify.git
synced
2025-08-27 02:26:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dify
/
api
/
core
/
plugin
/
backwards_invocation
History
Yeuoly
0cb00d5fd2
refactor: move structured output support outside LLM Node (
#21565
)
...
Co-authored-by: Novice <novice12185727@gmail.com>
2025-06-27 14:55:31 +08:00
..
app.py
refactor(plugin/backwards_invocation/app): Remove unnecessary .value from StrEnum (
#18896
)
2025-04-28 14:50:59 +08:00
base.py
refactor: replace compact response generation with length-prefixed response for backwards invocation api (
#20903
)
2025-06-11 16:01:50 +08:00
encrypt.py
…
model.py
refactor: move structured output support outside LLM Node (
#21565
)
2025-06-27 14:55:31 +08:00
node.py
fix: correct type mismatch in WorkflowService node execution handling (
#19846
)
2025-05-17 12:31:27 +08:00
tool.py
…