ThreadApi

io.github.quafadas.dairect.ThreadApi
See theThreadApi companion trait
object ThreadApi

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ThreadApi.type

Members list

Type members

Classlikes

case class Thread(id: String, `object`: String, created_at: Long, metadata: ThreadMetaData)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ThreadDeleted(id: String, `object`: String, deleted: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class VectorStoreFilesToAttach(files_ids: FileIds, chunking_strategy: ChunkingStrategy, metadata: VectorStoreMetaData)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(client: Client[IO], baseUrl: Uri): Resource[IO, ThreadApi]
def defaultAuthLogToFile(logPath: Path, provided: Resource[IO, Client[IO]]): Resource[IO, ThreadApi]

Givens

Givens

given derived$API: API[ThreadApi]