Expand description
MCP prompt type definitions.
Contains the core data structures for MCP prompts.
Structs§
- Prompt
Argument - Argument for a prompt.
- Prompt
Definition - Definition of an MCP prompt.
- Prompt
Message - A message in a prompt.
Enums§
- Prompt
Content - Content of a prompt message.
Functions§
- user_
prompt_ to_ definition - Converts a user
PromptTemplateto aPromptDefinition.