@runloop/agent-axon-client
    Preparing search index...

    Type Alias NesExcerpt

    A code excerpt from a file.

    type NesExcerpt = {
        endLine: number;
        startLine: number;
        text: string;
    }
    Index

    ACP Protocol

    ACP Protocol

    endLine: number

    The end line of the excerpt (zero-based).

    startLine: number

    The start line of the excerpt (zero-based).

    text: string

    The text content of the excerpt.