Uses of Class
com.bytedesk.ai.springai.providers.n8n.N8nChatController.N8nChatRequest
Packages that use N8nChatController.N8nChatRequest
-
Uses of N8nChatController.N8nChatRequest in com.bytedesk.ai.springai.providers.n8n
Methods in com.bytedesk.ai.springai.providers.n8n with parameters of type N8nChatController.N8nChatRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
N8nChatController.createAgentCompletion
(String agentId, N8nChatController.N8nChatRequest request) 创建代理完成 - OpenAI 兼容接口org.springframework.http.ResponseEntity<?>
N8nChatController.createChatCompletion
(String chatId, N8nChatController.N8nChatRequest request) 创建聊天完成 - OpenAI 兼容接口