| Class | Description |
|---|---|
| ChatCompletionChoice |
A chat completion generated by OpenAI
|
| ChatCompletionChunk |
Object containing a response chunk from the chat completions streaming api.
|
| ChatCompletionRequest | |
| ChatCompletionResult |
Object containing a response from the chat completions api.
|
| ChatMessage |
Each object has a role (either “system”, “user”, or “assistant”) and content (the content of the message).
|
| Enum | Description |
|---|---|
| ChatMessageRole |
see
ChatMessage documentation. |