fix: Python SDK WorkflowClient and KnowledgeBase client imports fixed. Added documentation for WorkflowClient. (#22476)
Co-authored-by: crazywoola <427733928@qq.com>pull/22548/head
parent
74caebac32
commit
4b604bd79a
@ -1 +1 @@
|
|||||||
from dify_client.client import ChatClient, CompletionClient, DifyClient
|
from dify_client.client import ChatClient, CompletionClient, WorkflowClient, KnowledgeBaseClient, DifyClient
|
||||||
|
|||||||
Loading…
Reference in New Issue