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 LastError(code: String, message: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class MessageCreation(id: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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[LastError], step_details: Option[StepDetails], usage: Option[AiTokenUsage])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RunStepDelta(id: String, `object`: String, delta: RunStepDeltaDetail)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RunStepDeltaDetail(step_details: RunStepDeltaDetails)

Attributes

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

Attributes

Supertypes
trait Enum
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: Option[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]