Package-level declarations
Types
Represents a request to create a new message in a Thread.
Represents a request to list all MessageFiles in a ThreadMessage.
A data class which represents a response from the OpenAI API containing a list of MessageFiles.
Represents a request to list ThreadMessages in a Thread. If a thread has too many messages, you may need to use the after or before parameters to page through them via multiple requests.
A data class which represents a response from the OpenAI API containing a list of ThreadMessages.
Represents a file attached to a ThreadMessage.
Handler used to interact with a MessageFile objects.
Handler used to interact with a ThreadMessage objects.
Represents a request to modify a ThreadMessage.
A TextContent created by an Assistant may contain annotations.
Represents the text output of a message.
Represents a message in a Thread.
A sealed class which represents a message in a thread.
Represents a user that sends messages in a Thread.