io.cequence.openaiscala.domain.ThreadMessageFile.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openai-scala-core_3 Show documentation
Show all versions of openai-scala-core_3 Show documentation
Core module of OpenAI Scala client
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