Run

io.github.quafadas.dairect.RunsApi.Run
case class Run(id: String, `object`: String, created_at: Long, assistant_id: String, thread_id: String, status: RunStatus, required_action: Option[RequiredAction], last_error: Option[RunError], started_at: Long, expires_at: Option[Long], cancelled_at: Option[Long], failed_at: Option[Long], completed_at: Option[Long], incomplete_details: Option[RunIncomplete], model: String, instructions: Option[String], tools: List[AssistantTool], metadata: RunMetaData, usage: Usage, temperature: Double, top_p: Double, max_prompt_tokens: Int, max_completion_tokens: Int, truncation_strategy: TruncationStrategy, tool_choice: ToolChoiceInRun, parallel_tool_calls: Boolean, response_format: ResponseFormat)

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