Class SpringAIDifyService

java.lang.Object
com.bytedesk.ai.springai.service.BaseSpringAIService
com.bytedesk.ai.springai.providers.dify.SpringAIDifyService
All Implemented Interfaces:
SpringAIService

@Service @ConditionalOnProperty(name="bytedesk.dify.enabled", havingValue="true", matchIfMissing=false) public class SpringAIDifyService extends BaseSpringAIService
SpringAI Dify Service - 基于 Dify API 的SpringAI服务实现 继承BaseSpringAIService,提供统一的AI服务接口