FinishReason

io.cequence.openaiscala.gemini.domain.response.FinishReason
See theFinishReason companion object
sealed trait FinishReason extends EnumValue

Attributes

Companion:
object
Graph
Supertypes
trait EnumValue
class Object
trait Matchable
class Any
Known subtypes
object BLOCKLIST.type
object IMAGE_SAFETY.type
object LANGUAGE.type
object MAX_TOKENS.type
object OTHER.type
object PROHIBITED_CONTENT.type
object RECITATION.type
object SAFETY.type
object SPII.type
object STOP.type

Members list

Concise view

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
EnumValue -> Any
Inherited from:
EnumValue
def value: String

Attributes

Inherited from:
EnumValue