AutocompleteData: {
    requestBody: AutocompleteReqPayload;
    trDataset: string;
    xApiVersion?: APIVersion | null;
}

Type declaration

  • requestBody: AutocompleteReqPayload

    JSON request payload to semantically search for chunks (chunks)

  • trDataset: string

    The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.

  • OptionalxApiVersion?: APIVersion | null

    The API version to use for this request. Defaults to V2 for orgs created after July 12, 2024 and V1 otherwise.