Uses of Class
dev.langchain4j.model.workersai.client.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in dev.langchain4j.model.workersai.client
Subclasses of ApiResponse in dev.langchain4j.model.workersai.clientModifier and TypeClassDescriptionclass
Wrapper for the chat completion response.class
Response to compute embeddingsclass
Response to generate an image.class
Wrapper for the text completion response.Methods in dev.langchain4j.model.workersai.client with parameters of type ApiResponseModifier and TypeMethodDescriptionprotected void
AbstractWorkersAIModel.processErrors
(ApiResponse<?> res, okhttp3.ResponseBody errors) Process errors from the API.