RunStep

io.github.quafadas.dairect.RunStepsApi.RunStep
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

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