RunStepsApi

io.github.quafadas.dairect.RunStepsApi
See theRunStepsApi companion trait
object RunStepsApi

Attributes

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

Members list

Type members

Classlikes

case class MessageCreationDetails(message_id: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RunStep(id: String, `object`: String, created_at: Long, run_id: String, assistant_id: String, thread_id: String, `type`: String, status: String, cancelled_at: Option[Long], completed_at: Option[Long], expired_at: Option[Long], failed_at: Option[Long], last_error: Option[String], step_details: StepDetails, usage: AiTokenUsage)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RunStepList(`object`: String, data: List[RunStep], first_id: String, last_id: String, has_more: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class StepDetails(`type`: String, message_creation: MessageCreationDetails)

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, RunStepsApi]

Givens

Givens

given derived$API: API[RunStepsApi]