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 OpenAi data provider class.
Definition OpenAiRunDeleteDataProvider.qc.dox.h:28
hash< auto > run
The run info.
Definition OpenAiRunDeleteDataProvider.qc.dox.h:50
string getName()
Returns the data provider name.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
string thread_id
The thread ID.
Definition OpenAiRunDeleteDataProvider.qc.dox.h:47
const ProviderSummaryInfo
Provider summary info.
Definition OpenAiRunDeleteDataProvider.qc.dox.h:36
const RequestType
Request type.
Definition OpenAiRunDeleteDataProvider.qc.dox.h:40
constructor(*RestClient rest, string thread_id, hash< auto > run)
Creates the object from the arguments.
const ProviderInfo
Provider info.
Definition OpenAiRunDeleteDataProvider.qc.dox.h:32
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
const ResponseType
Response type.
Definition OpenAiRunDeleteDataProvider.qc.dox.h:43
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
Qore OpenAiDataProvider module definition.
Definition OpenAiAssistantCreateDataProvider.qc.dox.h:26
const OpenAiDeleteResponseType
Model type constant.
Definition OpenAiModelDeleteDataProvider.qc.dox.h:107