PromptFunction

ch.linkyard.mcp.server.PromptFunction
trait PromptFunction[F[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def argumentCompletions(argumentName: String, valueToComplete: String, otherArguments: Map[String, String], context: CallContext[F]): F[Completion]
def get(arguments: Map[String, String], callContext: CallContext[F]): F[Response]

Abstract fields

val prompt: Prompt