Prompts

cue4s.Prompts
See thePrompts companion object
class Prompts extends AutoCloseable

Attributes

Companion
object
Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def close(): Unit

Attributes

Definition Classes
AutoCloseable

Inherited methods

def run[R](prompt: Prompt[R] | PromptChain[R]): Completion[R]

Attributes

Inherited from:
PromptsPlatform (hidden)
def runAsync[R](prompt: Prompt[R])(using ExecutionContext): Future[Completion[R]]

Attributes

Inherited from:
PromptsPlatform (hidden)

Deprecated and Inherited methods

def future[R](prompt: Prompt[R])(using ExecutionContext): Future[Completion[R]]

Attributes

Deprecated
true
Inherited from:
PromptsPlatform (hidden)
def sync[R](prompt: Prompt[R] | PromptChain[R]): Completion[R]

Attributes

Deprecated
true
Inherited from:
PromptsPlatform (hidden)