mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #40] [MERGED] feat: add llm blocking invoke #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/40
Author: @Nov1c444
Created: 3/13/2025
Status: ✅ Merged
Merged: 3/18/2025
Merged by: @Yeuoly
Base:
main← Head:fix/fc-stream-error📝 Commits (4)
50a9fb4feat: add llm blocking invokefd5c663fix: switch to using generator to handle non-streaming requests313ac86fix: type issuesb994a2eMerge branch 'main' into fix/fc-stream-error📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
python/dify_plugin/invocations/model/llm.py(+2 -1)📄 Description
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/pull/15732
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.