valyu-js 2.7.13 → 2.7.14
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 +2 -0
- package/dist/index.d.ts +2 -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;
|
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;
|