OpenAiPlatform

io.github.quafadas.dairect.OpenAiPlatform
See theOpenAiPlatform companion object
case class OpenAiPlatform(chatApi: ChatGpt, assistantApi: AssistantApi, filesApi: FilesApi, vectorStoreApi: VectorStoreApi, vectorStoreFilesApi: VectorStoreFilesApi, runApi: RunApi, runStepsApi: RunStepsApi, threadApi: ThreadApi, messageApi: MessagesApi, authdClient: Client[IO])

Attributes

Companion
object
Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product