Assistant

io.github.quafadas.dairect.AssistantApi.Assistant
case class Assistant(id: String, `object`: String, created_at: Long, name: Option[String], description: Option[String], model: String, instructions: Option[String], tools: List[AssistantTool], tool_resources: Option[ToolResources], metadata: AssistantMetaData, top_p: Double, temperature: Double, 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