Impl

cue4s.PromptChain.Impl
class Impl[T](plan: PromptPlan[T]) extends PromptChain[T]

Attributes

Graph
Supertypes
trait PromptChain[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def run(exec: [t] => (x$1: Prompt[t]) => Completion[t]): Completion[T]

Attributes

Definition Classes