io.github.quafadas.dairect.AssistantApi
See theAssistantApi companion trait
object AssistantApi
Attributes
- Companion
- trait
- Experimental
- true
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
AssistantApi.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class AssistantList(`object`: String, data: List[Assistant], first_id: String, last_id: String, has_more: Boolean)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def defaultAuthLogToFileAddHeader(logPath: Path, provided: Resource[IO, Client[IO]]): Resource[IO, AssistantApi]
Givens
Givens
In this article