valyu-js 2.7.13 → 2.7.15
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -287,6 +287,8 @@ interface DeepResearchSearchConfig {
|
|
|
287
287
|
interface DeepResearchTools {
|
|
288
288
|
code_execution?: boolean;
|
|
289
289
|
screenshots?: boolean;
|
|
290
|
+
/** Enable chart/graph generation embedded in the final report (free) */
|
|
291
|
+
charts?: boolean;
|
|
290
292
|
}
|
|
291
293
|
interface DeepResearchCreateOptions {
|
|
292
294
|
query?: string;
|
|
@@ -379,6 +381,7 @@ interface DeepResearchSource {
|
|
|
379
381
|
category?: string;
|
|
380
382
|
source_id?: number;
|
|
381
383
|
word_count?: number;
|
|
384
|
+
fragment?: string;
|
|
382
385
|
}
|
|
383
386
|
interface DeepResearchUsage {
|
|
384
387
|
search_cost: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -287,6 +287,8 @@ interface DeepResearchSearchConfig {
|
|
|
287
287
|
interface DeepResearchTools {
|
|
288
288
|
code_execution?: boolean;
|
|
289
289
|
screenshots?: boolean;
|
|
290
|
+
/** Enable chart/graph generation embedded in the final report (free) */
|
|
291
|
+
charts?: boolean;
|
|
290
292
|
}
|
|
291
293
|
interface DeepResearchCreateOptions {
|
|
292
294
|
query?: string;
|
|
@@ -379,6 +381,7 @@ interface DeepResearchSource {
|
|
|
379
381
|
category?: string;
|
|
380
382
|
source_id?: number;
|
|
381
383
|
word_count?: number;
|
|
384
|
+
fragment?: string;
|
|
382
385
|
}
|
|
383
386
|
interface DeepResearchUsage {
|
|
384
387
|
search_cost: number;
|