• Function that allows you too send CTR data to the system.

    Example:

    const data = await trieve.sendCTRAnalytics({
    clicked_chunk_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    ctr_type: "search",
    position: 123,
    request_id: "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    });

    Parameters

    Returns Promise<void>