AutoBE
    Preparing search index...

    Interface AutoBeAnalyzeUnitSection

    Structure representing a single unit section in the document.

    interface AutoBeAnalyzeUnitSection {
        content: string;
        keywords: string[];
        purpose: string;
        title: string;
    }
    Index

    Properties

    content: string

    Content for the unit section.

    The main body content that appears after the section heading, before any sections.

    keywords: string[]

    Keywords that hint at section topics.

    Used by the Section Agent to understand what detailed topics should be covered within this unit section.

    purpose: string

    Purpose statement explaining what this section covers.

    A brief description of the section's role within the parent module section.

    title: string

    Title of the unit section (### level heading).