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
parent 74caebac32
commit 4b604bd79a
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