exa-js 1.8.9 → 1.8.10
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 +12 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1898,6 +1898,7 @@ interface components {
|
|
|
1898
1898
|
data: {
|
|
1899
1899
|
[key: string]: unknown;
|
|
1900
1900
|
};
|
|
1901
|
+
stepId: string;
|
|
1901
1902
|
/** @enum {string} */
|
|
1902
1903
|
type: ResearchTaskDtoOperationsType;
|
|
1903
1904
|
} | {
|
|
@@ -1913,15 +1914,18 @@ interface components {
|
|
|
1913
1914
|
/** @enum {number} */
|
|
1914
1915
|
version: ResearchTaskDtoOperationsResultsVersion;
|
|
1915
1916
|
}[];
|
|
1917
|
+
stepId: string;
|
|
1916
1918
|
/** @enum {string} */
|
|
1917
1919
|
type: ResearchTaskDtoOperationsType;
|
|
1918
1920
|
} | {
|
|
1919
1921
|
/** @description What the agent hopes to find with this crawl */
|
|
1920
1922
|
goal?: string;
|
|
1923
|
+
stepId: string;
|
|
1921
1924
|
/** @enum {string} */
|
|
1922
1925
|
type: ResearchTaskDtoOperationsType;
|
|
1923
1926
|
url: string;
|
|
1924
1927
|
} | {
|
|
1928
|
+
stepId: string;
|
|
1925
1929
|
/** @description Intermediate chain-of-thought style reasoning output */
|
|
1926
1930
|
thought: string;
|
|
1927
1931
|
/** @enum {string} */
|
|
@@ -1949,6 +1953,7 @@ interface components {
|
|
|
1949
1953
|
data: {
|
|
1950
1954
|
[key: string]: unknown;
|
|
1951
1955
|
};
|
|
1956
|
+
stepId: string;
|
|
1952
1957
|
/** @enum {string} */
|
|
1953
1958
|
type: ResearchTaskDtoOperationsType;
|
|
1954
1959
|
} | {
|
|
@@ -1964,15 +1969,18 @@ interface components {
|
|
|
1964
1969
|
/** @enum {number} */
|
|
1965
1970
|
version: ResearchTaskDtoOperationsResultsVersion;
|
|
1966
1971
|
}[];
|
|
1972
|
+
stepId: string;
|
|
1967
1973
|
/** @enum {string} */
|
|
1968
1974
|
type: ResearchTaskDtoOperationsType;
|
|
1969
1975
|
} | {
|
|
1970
1976
|
/** @description What the agent hopes to find with this crawl */
|
|
1971
1977
|
goal?: string;
|
|
1978
|
+
stepId: string;
|
|
1972
1979
|
/** @enum {string} */
|
|
1973
1980
|
type: ResearchTaskDtoOperationsType;
|
|
1974
1981
|
url: string;
|
|
1975
1982
|
} | {
|
|
1983
|
+
stepId: string;
|
|
1976
1984
|
/** @description Intermediate chain-of-thought style reasoning output */
|
|
1977
1985
|
thought: string;
|
|
1978
1986
|
/** @enum {string} */
|
|
@@ -2019,6 +2027,7 @@ interface components {
|
|
|
2019
2027
|
data: {
|
|
2020
2028
|
[key: string]: unknown;
|
|
2021
2029
|
};
|
|
2030
|
+
stepId: string;
|
|
2022
2031
|
/** @enum {string} */
|
|
2023
2032
|
type: ResearchTaskDtoOperationsType;
|
|
2024
2033
|
} | {
|
|
@@ -2034,15 +2043,18 @@ interface components {
|
|
|
2034
2043
|
/** @enum {number} */
|
|
2035
2044
|
version: ResearchTaskDtoOperationsResultsVersion;
|
|
2036
2045
|
}[];
|
|
2046
|
+
stepId: string;
|
|
2037
2047
|
/** @enum {string} */
|
|
2038
2048
|
type: ResearchTaskDtoOperationsType;
|
|
2039
2049
|
} | {
|
|
2040
2050
|
/** @description What the agent hopes to find with this crawl */
|
|
2041
2051
|
goal?: string;
|
|
2052
|
+
stepId: string;
|
|
2042
2053
|
/** @enum {string} */
|
|
2043
2054
|
type: ResearchTaskDtoOperationsType;
|
|
2044
2055
|
url: string;
|
|
2045
2056
|
} | {
|
|
2057
|
+
stepId: string;
|
|
2046
2058
|
/** @description Intermediate chain-of-thought style reasoning output */
|
|
2047
2059
|
thought: string;
|
|
2048
2060
|
/** @enum {string} */
|
package/dist/index.d.ts
CHANGED
|
@@ -1898,6 +1898,7 @@ interface components {
|
|
|
1898
1898
|
data: {
|
|
1899
1899
|
[key: string]: unknown;
|
|
1900
1900
|
};
|
|
1901
|
+
stepId: string;
|
|
1901
1902
|
/** @enum {string} */
|
|
1902
1903
|
type: ResearchTaskDtoOperationsType;
|
|
1903
1904
|
} | {
|
|
@@ -1913,15 +1914,18 @@ interface components {
|
|
|
1913
1914
|
/** @enum {number} */
|
|
1914
1915
|
version: ResearchTaskDtoOperationsResultsVersion;
|
|
1915
1916
|
}[];
|
|
1917
|
+
stepId: string;
|
|
1916
1918
|
/** @enum {string} */
|
|
1917
1919
|
type: ResearchTaskDtoOperationsType;
|
|
1918
1920
|
} | {
|
|
1919
1921
|
/** @description What the agent hopes to find with this crawl */
|
|
1920
1922
|
goal?: string;
|
|
1923
|
+
stepId: string;
|
|
1921
1924
|
/** @enum {string} */
|
|
1922
1925
|
type: ResearchTaskDtoOperationsType;
|
|
1923
1926
|
url: string;
|
|
1924
1927
|
} | {
|
|
1928
|
+
stepId: string;
|
|
1925
1929
|
/** @description Intermediate chain-of-thought style reasoning output */
|
|
1926
1930
|
thought: string;
|
|
1927
1931
|
/** @enum {string} */
|
|
@@ -1949,6 +1953,7 @@ interface components {
|
|
|
1949
1953
|
data: {
|
|
1950
1954
|
[key: string]: unknown;
|
|
1951
1955
|
};
|
|
1956
|
+
stepId: string;
|
|
1952
1957
|
/** @enum {string} */
|
|
1953
1958
|
type: ResearchTaskDtoOperationsType;
|
|
1954
1959
|
} | {
|
|
@@ -1964,15 +1969,18 @@ interface components {
|
|
|
1964
1969
|
/** @enum {number} */
|
|
1965
1970
|
version: ResearchTaskDtoOperationsResultsVersion;
|
|
1966
1971
|
}[];
|
|
1972
|
+
stepId: string;
|
|
1967
1973
|
/** @enum {string} */
|
|
1968
1974
|
type: ResearchTaskDtoOperationsType;
|
|
1969
1975
|
} | {
|
|
1970
1976
|
/** @description What the agent hopes to find with this crawl */
|
|
1971
1977
|
goal?: string;
|
|
1978
|
+
stepId: string;
|
|
1972
1979
|
/** @enum {string} */
|
|
1973
1980
|
type: ResearchTaskDtoOperationsType;
|
|
1974
1981
|
url: string;
|
|
1975
1982
|
} | {
|
|
1983
|
+
stepId: string;
|
|
1976
1984
|
/** @description Intermediate chain-of-thought style reasoning output */
|
|
1977
1985
|
thought: string;
|
|
1978
1986
|
/** @enum {string} */
|
|
@@ -2019,6 +2027,7 @@ interface components {
|
|
|
2019
2027
|
data: {
|
|
2020
2028
|
[key: string]: unknown;
|
|
2021
2029
|
};
|
|
2030
|
+
stepId: string;
|
|
2022
2031
|
/** @enum {string} */
|
|
2023
2032
|
type: ResearchTaskDtoOperationsType;
|
|
2024
2033
|
} | {
|
|
@@ -2034,15 +2043,18 @@ interface components {
|
|
|
2034
2043
|
/** @enum {number} */
|
|
2035
2044
|
version: ResearchTaskDtoOperationsResultsVersion;
|
|
2036
2045
|
}[];
|
|
2046
|
+
stepId: string;
|
|
2037
2047
|
/** @enum {string} */
|
|
2038
2048
|
type: ResearchTaskDtoOperationsType;
|
|
2039
2049
|
} | {
|
|
2040
2050
|
/** @description What the agent hopes to find with this crawl */
|
|
2041
2051
|
goal?: string;
|
|
2052
|
+
stepId: string;
|
|
2042
2053
|
/** @enum {string} */
|
|
2043
2054
|
type: ResearchTaskDtoOperationsType;
|
|
2044
2055
|
url: string;
|
|
2045
2056
|
} | {
|
|
2057
|
+
stepId: string;
|
|
2046
2058
|
/** @description Intermediate chain-of-thought style reasoning output */
|
|
2047
2059
|
thought: string;
|
|
2048
2060
|
/** @enum {string} */
|