Agent Client Protocol - v0.18.2
    Preparing search index...

    Type Alias NesRelatedSnippet

    A related code snippet from a file.

    type NesRelatedSnippet = {
        excerpts: NesExcerpt[];
        uri: string;
    }
    Index

    Properties

    Properties

    excerpts: NesExcerpt[]

    The code excerpts.

    uri: string

    The URI of the file containing the snippets.