Package-level declarations
Types
An abstract builder type for list requests. Many objects stored by the OpenAI API are stored in lists. This abstract request stores the data that each request has in common.
The Azure OpenAI API client.
FinishReason wraps the possible reasons that a generation model may stop generating tokens. For most PROPER use cases (see best practices), the finish reason will be STOP. When working with streams, finish reason will be null
since it has not completed the message yet.
Represents the order for a list, sorted by time created. In general, since you probably want the most recent objects from the OpenAI API, you should use DESCENDING (which is the default value for all requests).
Holds all the available models for the OpenAI API. Most users are probably interested in Models.Chat.