Package-level declarations
Types
Abstract class for creating/modifying assistants. This class is not meant to be used directly, instead, use the CreateAssistantRequest.builder and ModifyAssistantRequest.builder methods.
Represents the result of a deletion request for an assistant.
Represents the handler for the assistants endpoint. This class holds all the actions that can be performed on an assistant.
Holds the default underlying implementation of the AssistantHandler interface.
Represents the request body for creating an assistant.
Represents a request sent to the OpenAI API to list assistants.
Represents the request body for modifying an assistant. Modifications work by overriding the previous value. If this request has a non-null value for a property, then the value currently stored in the assistant will be replaced.