Uses of Package
de.xima.fc.prompt.ms.impl.service.generic_oai.client.model
Packages that use de.xima.fc.prompt.ms.impl.service.generic_oai.client.model
Package
Description
Internal package containing the model classes for the JSON request and response payloads for the generic OAI REST
API.
Contains the models for the input and output data when interacting with generic OAI services.
Contains the storage abstraction needed by the generic OAI client to store files temporarily.
-
Classes in de.xima.fc.prompt.ms.impl.service.generic_oai.client.model used by de.xima.fc.prompt.ms.impl.service.generic_oai.clientClassDescriptionRepresents a question to be asked to a prompt service, consisting of a propt and optional file inputs.Represents a response from the "completions" endpoint of the Generic OAI service.The output of a list models request, contains a list of available model IDs.The output of a list models request, contains a list of available model IDs.
-
Classes in de.xima.fc.prompt.ms.impl.service.generic_oai.client.model used by de.xima.fc.prompt.ms.impl.service.generic_oai.client.jsonClassDescriptionRepresents a file to be sent to the generic OAI endpoint or a file that was received from it.
-
Classes in de.xima.fc.prompt.ms.impl.service.generic_oai.client.model used by de.xima.fc.prompt.ms.impl.service.generic_oai.client.modelClassDescriptionRepresents a question to be asked to a prompt service, consisting of a propt and optional file inputs.A builder for
AskInput.Represents a response from the "completions" endpoint of the Generic OAI service.Builder class for constructing instances ofAskOutput.Base class for outputs from API calls, with the ability to represent errors.Represents a file to be sent to the generic OAI endpoint or a file that was received from it.Enumeration of the possible types of errors that can occur when interacting with a generic OAI service.The output of a list models request, contains a list of available model IDs.Builder forListModelsOutput.A supplier forInputStreamthat is serializable and can throwIOException.The output of a list models request, contains a list of available model IDs.Builder forTestConnectionOutput.Contains data regarding the tokens that were used by a request to the Generic OAI API. -
Classes in de.xima.fc.prompt.ms.impl.service.generic_oai.client.model used by de.xima.fc.prompt.ms.impl.service.generic_oai.client.storage