MessageCreation

sttp.openai.requests.threads.runs.ThreadRunsResponseData.MessageCreation
See theMessageCreation companion object
case class MessageCreation(messageId: String) extends StepDetails

Details of the message creation by the run step

Value parameters

messageId

The ID of the message that was created by this run step.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StepDetails
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