Class TurLLMVendorAPI
java.lang.Object
com.viglet.turing.api.llm.TurLLMVendorAPI
-
Constructor Summary
ConstructorsConstructorDescriptionTurLLMVendorAPI(TurLLMVendorRepository turLLMVendorRepository, TurLLMVendorMapper turLLMVendorMapper) -
Method Summary
Modifier and TypeMethodDescriptionturLLMVendorAdd(TurLLMVendorDto turLLMVendorDto) booleanturLLMVendorUpdate(String id, TurLLMVendorDto turLLMVendorDto)
-
Constructor Details
-
TurLLMVendorAPI
public TurLLMVendorAPI(TurLLMVendorRepository turLLMVendorRepository, TurLLMVendorMapper turLLMVendorMapper)
-
-
Method Details
-
turLLMVendorList
-
turLLMVendorGet
-
turLLMVendorUpdate
@PutMapping("/{id}") public TurLLMVendorDto turLLMVendorUpdate(@PathVariable String id, @RequestBody TurLLMVendorDto turLLMVendorDto) -
turLLMVendorDelete
-
turLLMVendorAdd
-