io.github.quafadas.dairect.Agent
See theAgent companion object
case class Agent[Alg[_[_, _, _, _, _]]](model: ChatGpt, seedMessages: List[AiMessage], modelParams: ChatGptConfig, toolkit: FunctorAlgebra[Alg, IO], service: Service[Alg], name: String)
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article