Kizuki
    Preparing search index...

    Function proposeLinks

    • Asks the model which confirmed concepts need which others first, and returns only the links that passed validateLinkReply. existing is every link already proposed, confirmed, or dropped, so none is suggested twice.

      Parameters

      • input: { ask: Ask; concepts: { conceptId: string; name: string }[]; existing: Link[] }

      Returns Promise<{ dropped: number; links: Link[] }>