sttp.openai.requests.completions.chat.ChatRequestBody.ContentPart
See theContentPart companion object
An array of content parts with a defined type. Supported options differ based on the model being used to generate the response. Can contain text inputs.
Value parameters
- `type`
-
The type of the content part.
- text
-
The text content.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article