The OpenAi data provider common base class.
Definition OpenAiDataProviderCommon.qc.dox.h:28
*RestClient::RestClient rest
The REST client object for API calls.
Definition OpenAiDataProviderCommon.qc.dox.h:54
The delete response type.
Definition OpenAiModelDeleteDataProvider.qc.dox.h:94
const Fields
fields
Definition OpenAiModelDeleteDataProvider.qc.dox.h:98
constructor()
Creates the type.
The OpenAi data provider class.
Definition OpenAiModelDeleteDataProvider.qc.dox.h:28
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
hash< auto > model
The model info.
Definition OpenAiModelDeleteDataProvider.qc.dox.h:47
const ResponseType
Response type.
Definition OpenAiModelDeleteDataProvider.qc.dox.h:43
const ProviderInfo
Provider info.
Definition OpenAiModelDeleteDataProvider.qc.dox.h:32
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
constructor(*RestClient rest, hash< auto > model)
Creates the object from the arguments.
const ProviderSummaryInfo
Provider summary info.
Definition OpenAiModelDeleteDataProvider.qc.dox.h:36
const RequestType
Request type.
Definition OpenAiModelDeleteDataProvider.qc.dox.h:40
string getName()
Returns the data provider name.
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
Qore OpenAiDataProvider module definition.
Definition OpenAiAssistantCreateDataProvider.qc.dox.h:26
const OpenAiDeleteResponseType
Model type constant.
Definition OpenAiModelDeleteDataProvider.qc.dox.h:107