InputText

io.cequence.openaiscala.domain.responsesapi.Message$.InputText
final case class InputText(content: String, role: ChatRole, status: Option[ModelStatus]) extends Message with Input

A message input to the model with a role indicating instruction following hierarchy. Instructions given with the developer or system role take precedence over instructions given with the user role. Messages with the assistant role are presumed to have been generated by the model in previous interactions.

Attributes

content

Text

role

The role of the message input

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Input
trait Message
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val `type`: String

Attributes

Inherited from:
Message