Uses of Record Class
dev.dokimos.server.dto.v1.LlmConnectionView
Packages that use LlmConnectionView
Package
Description
-
Uses of LlmConnectionView in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 that return LlmConnectionViewModifier and TypeMethodDescriptionReturns a single connection by id, or 404 if it does not exist or belongs to another tenant.LlmConnectionController.update(UUID id, @Valid UpdateLlmConnectionRequest request, jakarta.servlet.http.HttpServletRequest http) Updates a connection.Methods in dev.dokimos.server.controller.v1 that return types with arguments of type LlmConnectionViewModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LlmConnectionView> LlmConnectionController.create(@Valid CreateLlmConnectionRequest request, jakarta.servlet.http.HttpServletRequest http) Registers an LLM connection.LlmConnectionController.list(jakarta.servlet.http.HttpServletRequest http) Lists the connections visible to the caller. -
Uses of LlmConnectionView in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return LlmConnectionViewModifier and TypeMethodDescriptionstatic LlmConnectionViewLlmConnectionView.from(LlmConnection connection) -
Uses of LlmConnectionView in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return LlmConnectionViewModifier and TypeMethodDescriptionLlmConnectionService.create(CreateLlmConnectionRequest request, TenantScope scope) Registers a connection.LlmConnectionService.get(UUID id, TenantScope scope) Returns a connection by id, visible under the scope.LlmConnectionService.update(UUID id, UpdateLlmConnectionRequest request, TenantScope scope) Replaces a connection's name, base URL, and model, and optionally its credential.Methods in dev.dokimos.server.service that return types with arguments of type LlmConnectionView