TextContent

sttp.openai.requests.threads.messages.ThreadMessagesResponseData.Content.TextContent
case class TextContent(`type`: String, text: TextContentValue) extends Content

The text content that is part of a message

Value parameters

`type`

Always text.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Content
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product