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

    Type Alias NesTextEdit

    A text edit within a suggestion.

    type NesTextEdit = {
        newText: string;
        range: Range;
    }
    Index

    ACP Protocol

    ACP Protocol

    newText: string

    The replacement text.

    range: Range

    The range to replace.