Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface PartialBlockContent

    The raw accumulations of a block that could not be assembled.

    Present exactly when block is null, so nothing the model produced is lost even when it cannot be expressed as a content block.

    interface PartialBlockContent {
        providerWireName?: string;
        text: string;
        toolArguments: string;
        toolName: string | null;
    }
    Index
    providerWireName?: string
    text: string
    toolArguments: string
    toolName: string | null