AssistantApi

io.github.quafadas.dairect.AssistantApi
See theAssistantApi companion trait
object AssistantApi

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class AssistantDeleted(id: String, `object`: String, deleted: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class AssistantList(`object`: String, data: List[Assistant], 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

Value members

Concrete methods

def apply(client: Client[IO], baseUrl: Uri): Resource[IO, AssistantApi]
def defaultAuthLogToFileAddHeader(logPath: Path, provided: Resource[IO, Client[IO]]): Resource[IO, AssistantApi]

Givens

Givens