sttp.openai.requests.threads.messages.ThreadMessagesResponseData.Content
See theContent companion trait
object Content
Attributes
Members list
Type members
Classlikes
Value parameters
- fileId
-
string The File ID of the image in the message content.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class ImageFileContent(`type`: String, imageFile: ImageFile) extends Content
References an image File in the content of a message
References an image File in the content of a message
Value parameters
- imageFile
-
object
- type
-
Always image_file.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Contentclass Objecttrait Matchableclass AnyShow all
case class TextContent(`type`: String, text: TextContentValue) extends Content
The text content that is part of a message
The text content that is part of a message
Value parameters
- `type`
-
Always text.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Contentclass Objecttrait Matchableclass AnyShow all
Value parameters
- value
-
The data that makes up the text
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Implicits
Implicits
In this article