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

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

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

sealed trait RunTool

object RunTool {
  case object CodeInterpreterTool extends RunTool
  case object FileSearchTool extends RunTool
  case class FunctionTool(name: String) extends RunTool
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy