SafeSearch

org.llm4s.toolapi.builtin.search.SafeSearch
See theSafeSearch companion trait
object SafeSearch

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SafeSearch.type

Members list

Type members

Classlikes

case object Moderate extends SafeSearch

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SafeSearch
class Object
trait Matchable
class Any
Show all
Self type
Moderate.type
case object Off extends SafeSearch

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SafeSearch
class Object
trait Matchable
class Any
Show all
Self type
Off.type
case object Strict extends SafeSearch

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SafeSearch
class Object
trait Matchable
class Any
Show all
Self type
Strict.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(value: String): SafeSearch

Parse a string value from configuration into a SafeSearch enum.

Parse a string value from configuration into a SafeSearch enum.

Value parameters

value

The string value (e.g., "off", "moderate", "strict")

Attributes

Returns

The corresponding SafeSearch enum, defaulting to Moderate for invalid values