Class DifyTestHelper
java.lang.Object
com.bytedesk.ai.springai.providers.dify.DifyTestHelper
@Component
@ConditionalOnProperty(name="bytedesk.dify.enabled",
havingValue="true",
matchIfMissing=false)
public class DifyTestHelper
extends Object
Dify 功能测试工具
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
difyChatService
-
-
Constructor Details
-
DifyTestHelper
public DifyTestHelper()
-
-
Method Details
-
testChat
public void testChat()测试对话功能 -
testCompletion
public void testCompletion()测试文本补全功能 -
testConversationManagement
public void testConversationManagement()测试对话管理功能 -
runAllTests
public void runAllTests()运行所有测试
-