sttp.openai.requests.completions.chat.message

Members list

Type members

Classlikes

case class Attachment(fileId: Option[String], tools: Option[Seq[Tool]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Attachment

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Attachment.type
sealed trait Content

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Content

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Content.type
sealed trait Message

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Message

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Message.type
sealed trait Tool

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Tool

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Tool.type
sealed trait ToolChoice

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ToolAuto
class ToolFunction
object ToolNone
object ToolChoice

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ToolChoice.type
sealed trait ToolResource

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ToolResource

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ToolResources(codeInterpreter: Option[CodeInterpreterToolResource], fileSearch: Option[FileSearchToolResource])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ToolResources

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type