AutoBE
    Preparing search index...

    Interface AutoBeAnalyzeSectionContent

    Structure representing a single section in the document.

    interface AutoBeAnalyzeSectionContent {
        content: string;
        title: string;
    }
    Index

    Properties

    Properties

    content: string

    Complete content for the section.

    Contains detailed requirements, specifications, and diagrams. Should use EARS format for requirements and proper Mermaid syntax for any diagrams included.

    title: string

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