Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.54
    Preparing search index...

    Interface ArticleBatchItem

    Single article item submitted for batch validation

    interface ArticleBatchItem {
    ย ย ย ย type: string;
    ย ย ย ย content: string;
    ย ย ย ย mcpCalls: readonly { tool: string }[];
    }
    Index

    Properties

    Properties

    type: string
    content: string
    mcpCalls: readonly { tool: string }[]