Uses of Record Class
dev.dokimos.server.dto.v1.CreateLlmConnectionRequest
Packages that use CreateLlmConnectionRequest
-
Uses of CreateLlmConnectionRequest in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 with parameters of type CreateLlmConnectionRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LlmConnectionView> LlmConnectionController.create(@Valid CreateLlmConnectionRequest request, jakarta.servlet.http.HttpServletRequest http) Registers an LLM connection. -
Uses of CreateLlmConnectionRequest in dev.dokimos.server.service
Methods in dev.dokimos.server.service with parameters of type CreateLlmConnectionRequestModifier and TypeMethodDescriptionLlmConnectionService.create(CreateLlmConnectionRequest request, TenantScope scope) Registers a connection.