exa-js 1.10.1 → 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.d.mts +170 -48
- package/dist/index.d.ts +170 -48
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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.
|
|
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;
|