European Parliament MCP Server API - v1.0.1
    Preparing search index...

    Interface PromptMessage

    Prompt message content

    interface PromptMessage {
        content: { text: string; type: "text" };
        role: "user" | "assistant";
    }
    Index

    Properties

    Properties

    content: { text: string; type: "text" }
    role: "user" | "assistant"