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