org.llm4s.types.typeclass

Members list

Type members

Classlikes

trait Encoder[A]

Encoder type class for JSON serialization.

Encoder type class for JSON serialization.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Encoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Encoder.type
trait LLMCapable[A]

Type class for types that can interact with LLMs.

Type class for types that can interact with LLMs.

Provides a unified interface for different types to be processed by LLMs, enabling generic algorithms that work across various input types.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object LLMCapable

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
LLMCapable.type