Expand description
Given a chat conversation, the model will return a chat completion response.
Structs§
- Chat
Completion Builder - Builder for
ChatCompletionRequest
. - Chat
Completion Choice - Chat
Completion Choice Delta - Chat
Completion Function Call - Chat
Completion Function Call Delta - Same as ChatCompletionFunctionCall, but received during a response stream.
- Chat
Completion Function Definition - Chat
Completion Generic - Chat
Completion Message - Chat
Completion Message Delta - Same as ChatCompletionMessage, but received during a response stream.
- Chat
Completion Request
Enums§
- Chat
Completion Builder Error - Error type for ChatCompletionBuilder
- Chat
Completion Delta Merge Error - Chat
Completion Message Role
Type Aliases§
- Chat
Completion - A full chat completion.
- Chat
Completion Delta - A delta chat completion, which is streamed token by token.