View Source OpenAi.Run.Step.Delta.Step.DetailsMessageCreation (OpenAI REST API Client v1.0.0)
Provides struct and type for a Run.Step.Delta.Step.DetailsMessageCreation
RunStepDeltaStepDetailsMessageCreationObject: title: Message creation type: object description: Details of the message creation by the run step. properties:
  type:
      description: Always `message_creation`.
      type: string
      enum: ["message_creation"]
  message_creation:
      type: object
      properties:
          message_id:
              type: string
              description: The ID of the message that was created by this run step.required:
  - type
    Summary
Types
@type t() :: %OpenAi.Run.Step.Delta.Step.DetailsMessageCreation{ message_creation: OpenAi.Run.Step.Delta.Step.DetailsMessageCreationMessageCreation.t(), type: String.t() }