Skip to main content

Module types

Module types 

Source
Expand description

MCP prompt type definitions.

Contains the core data structures for MCP prompts.

Structs§

PromptArgument
Argument for a prompt.
PromptDefinition
Definition of an MCP prompt.
PromptMessage
A message in a prompt.

Enums§

PromptContent
Content of a prompt message.

Functions§

user_prompt_to_definition
Converts a user PromptTemplate to a PromptDefinition.