Uses of Record Class
dev.dokimos.server.dto.v1.UpdateLlmConnectionRequest
Packages that use UpdateLlmConnectionRequest
-
Uses of UpdateLlmConnectionRequest in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 with parameters of type UpdateLlmConnectionRequestModifier and TypeMethodDescriptionLlmConnectionController.update(UUID id, @Valid UpdateLlmConnectionRequest request, jakarta.servlet.http.HttpServletRequest http) Updates a connection. -
Uses of UpdateLlmConnectionRequest in dev.dokimos.server.service
Methods in dev.dokimos.server.service with parameters of type UpdateLlmConnectionRequestModifier and TypeMethodDescriptionLlmConnectionService.update(UUID id, UpdateLlmConnectionRequest request, TenantScope scope) Replaces a connection's name, base URL, and model, and optionally its credential.