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

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

There is a newer version: 1.1.0.RC.2
Show newest version
package io.cequence.openaiscala.domain

sealed trait MessageAttachmentTool

object MessageAttachmentTool {
  case object CodeInterpreterSpec extends MessageAttachmentTool

  case object FileSearchSpec extends MessageAttachmentTool
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy