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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valyu-js",
3
- "version": "2.7.13",
3
+ "version": "2.7.14",
4
4
  "description": "Deepsearch API for AI.",
5
5
  "files": [
6
6
  "dist"