Prompt

ch.linkyard.mcp.protocol.Prompt
See thePrompt companion object
case class Prompt(name: String, title: Option[String], description: Option[String], arguments: Option[List[PromptArgument]], _meta: Meta)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product