MCP Server Framework - v1.0.0
    Preparing search index...

    Interface PromptMessage

    Prompt message in generated prompt output.

    interface PromptMessage {
        content: string;
        role: PromptRole;
    }
    Index

    Properties

    Properties

    content: string

    Message content

    Message role