exa-js 1.10.0 → 1.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import fetch2, { Headers } from "cross-fetch";
4
4
  // package.json
5
5
  var package_default = {
6
6
  name: "exa-js",
7
- version: "1.10.0",
7
+ version: "1.10.2",
8
8
  description: "Exa SDK for Node.js and the browser",
9
9
  publishConfig: {
10
10
  access: "public"
@@ -168,7 +168,7 @@ var ResearchClient = class extends ResearchBaseClient {
168
168
  }
169
169
  const payload = {
170
170
  instructions,
171
- model: model ?? "exa-research"
171
+ model: model ?? "exa-research-fast"
172
172
  };
173
173
  if (schema) {
174
174
  payload.outputSchema = schema;
@@ -559,11 +559,11 @@ var WebsetItemEvaluationSatisfied = /* @__PURE__ */ ((WebsetItemEvaluationSatisf
559
559
  WebsetItemEvaluationSatisfied2["unclear"] = "unclear";
560
560
  return WebsetItemEvaluationSatisfied2;
561
561
  })(WebsetItemEvaluationSatisfied || {});
562
- var WebsetSearchExcludeSource = /* @__PURE__ */ ((WebsetSearchExcludeSource2) => {
563
- WebsetSearchExcludeSource2["import"] = "import";
564
- WebsetSearchExcludeSource2["webset"] = "webset";
565
- return WebsetSearchExcludeSource2;
566
- })(WebsetSearchExcludeSource || {});
562
+ var WebsetExcludeSource = /* @__PURE__ */ ((WebsetExcludeSource2) => {
563
+ WebsetExcludeSource2["import"] = "import";
564
+ WebsetExcludeSource2["webset"] = "webset";
565
+ return WebsetExcludeSource2;
566
+ })(WebsetExcludeSource || {});
567
567
  var WebsetSearchScopeSource = /* @__PURE__ */ ((WebsetSearchScopeSource2) => {
568
568
  WebsetSearchScopeSource2["import"] = "import";
569
569
  WebsetSearchScopeSource2["webset"] = "webset";
@@ -1704,6 +1704,7 @@ export {
1704
1704
  WebsetEnrichmentFormat,
1705
1705
  WebsetEnrichmentStatus,
1706
1706
  WebsetEnrichmentsClient,
1707
+ WebsetExcludeSource,
1707
1708
  WebsetImportSource,
1708
1709
  WebsetItemEvaluationSatisfied,
1709
1710
  WebsetItemSource,
@@ -1711,7 +1712,6 @@ export {
1711
1712
  WebsetMonitorsClient,
1712
1713
  WebsetSearchBehavior,
1713
1714
  WebsetSearchCanceledReason,
1714
- WebsetSearchExcludeSource,
1715
1715
  WebsetSearchScopeSource,
1716
1716
  WebsetSearchStatus,
1717
1717
  WebsetSearchesClient,