org.llm4s.types.typeclass
package org.llm4s.types.typeclass
Members list
Type members
Classlikes
Encoder type class for JSON serialization.
Encoder type class for JSON serialization.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object Encoder
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 Objecttrait Matchableclass Any
object LLMCapable
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LLMCapable.type
In this article