jeeves-meta-monorepo
    Preparing search index...

    Interface BuilderOutput

    Parsed builder output.

    interface BuilderOutput {
        content: string;
        fields: Record<string, unknown>;
        state?: unknown;
    }
    Index

    Properties

    Properties

    content: string

    Narrative synthesis content.

    fields: Record<string, unknown>

    Additional structured fields (non-underscore keys).

    state?: unknown

    Opaque state for progressive synthesis, if provided by the builder.