io.cequence.openaiscala.domain.Content.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
package io.cequence.openaiscala.domain
sealed trait Content
case class TextContent(
text: String
) extends Content
case class ImageURLContent(
url: String
) extends Content
© 2015 - 2025 Weber Informatics LLC | Privacy Policy