All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cequence.openaiscala.domain.ThreadMessageFile.scala Maven / Gradle / Ivy

The newest version!
package io.cequence.openaiscala.domain

import java.{util => ju}

case class ThreadMessageFile(
  // The identifier, which can be referenced in API endpoints.
  id: String,

  // The Unix timestamp(in seconds), for when the message file was created
  created_at: ju.Date,

  // The ID of the message that the File is attached to
  message_id: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy