Riksdagsmonitor Intelligence Platform - v0.7.19
    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 }[]