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

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

There is a newer version: 1.1.1
Show newest version
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