LLMCapable

org.llm4s.types.typeclass.LLMCapable
See theLLMCapable companion trait
object LLMCapable

Attributes

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

Members list

Type members

Classlikes

final implicit class LLMCapableOps[A](value: A) extends AnyVal

Syntax extension for any type with LLMCapable instance

Syntax extension for any type with LLMCapable instance

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[A](implicit instance: LLMCapable[A]): LLMCapable[A]

Implicits

Implicits

final implicit def LLMCapableOps[A](value: A): LLMCapableOps[A]

Syntax extension for any type with LLMCapable instance

Syntax extension for any type with LLMCapable instance

Attributes

implicit val stringLLMCapable: LLMCapable[String]