Assistant

io.cequence.openaiscala.domain.response.Assistant
final case class Assistant(id: String, created_at: Date, name: Option[String], description: Option[String], model: String, instructions: Option[String], tools: Seq[AssistantTool], tool_resources: Seq[AssistantToolResourceResponse], metadata: Map[String, String], temperature: Option[Double], top_p: Option[Double], response_format: ResponseFormat)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product