sttp.openai.requests.completions.chat.Message
See theMessage companion object
Attributes
- content
The contents of the message.
- name
The name of the author of this message. May contain a-z, A-Z, 0-9, and underscores, with a maximum length of 64 characters.
- role
The role of the author of this message. One of Role.
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any