Uses of Class
com.bytedesk.ai.model.LlmModelRequest
Packages that use LlmModelRequest
Package
Description
Model package contains data models and entities used across the AI module.
-
Uses of LlmModelRequest in com.bytedesk.ai.model
Methods in com.bytedesk.ai.model with parameters of type LlmModelRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>LlmModelRestController.create(LlmModelRequest request) LlmModelRestService.create(LlmModelRequest request) protected org.springframework.data.jpa.domain.Specification<LlmModelEntity>LlmModelRestService.createSpecification(LlmModelRequest request) org.springframework.http.ResponseEntity<?>LlmModelRestController.delete(LlmModelRequest request) voidLlmModelRestService.delete(LlmModelRequest entity) LlmModelRestController.export(LlmModelRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>LlmModelRestController.queryByOrg(LlmModelRequest request) org.springframework.http.ResponseEntity<?>LlmModelRestController.queryByUid(LlmModelRequest request) org.springframework.http.ResponseEntity<?>LlmModelRestController.queryByUser(LlmModelRequest request) static org.springframework.data.jpa.domain.Specification<LlmModelEntity>LlmModelSpecification.search(LlmModelRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>LlmModelRestController.update(LlmModelRequest request) LlmModelRestService.update(LlmModelRequest request)