Uses of Class
com.bytedesk.ai.springai.providers.dify.DifyRequest
Packages that use DifyRequest
-
Uses of DifyRequest in com.bytedesk.ai.springai.providers.dify
Methods in com.bytedesk.ai.springai.providers.dify with parameters of type DifyRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>DifyChatController.chat(DifyRequest request) 发送对话消息org.springframework.http.ResponseEntity<?>DifyChatController.completion(DifyRequest request) 发送文本补全消息org.springframework.http.ResponseEntity<?>DifyChatController.renameConversation(String conversationId, DifyRequest request) 重命名对话