fix: Python SDK WorkflowClient and KnowledgeBase client imports fixed. Added documentation for WorkflowClient. (#22476)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
Om Kashyap Avashia 2025-07-17 12:39:14 +05:30 committed by GitHub
commit 4b604bd79a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 40 additions and 1 deletions

View file

@ -1 +1 @@
from dify_client.client import ChatClient, CompletionClient, DifyClient
from dify_client.client import ChatClient, CompletionClient, WorkflowClient, KnowledgeBaseClient, DifyClient