ProviderConfigKey

org.llm4s.llmconnect.spi.ProviderConfigKey
See theProviderConfigKey companion class

Attributes

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

Members list

Type members

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 optional(name: String, description: String, default: Option[String]): ProviderConfigKey

A key the section may set.

A key the section may set.

Attributes

def required(name: String, description: String): ProviderConfigKey

A key the section must set.

A key the section must set.

Attributes