valyu-js 2.5.2 → 2.5.3
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -156,7 +156,7 @@ interface AnswerStreamChunk {
|
|
|
156
156
|
extraction_metadata?: ExtractionMetadata;
|
|
157
157
|
error?: string;
|
|
158
158
|
}
|
|
159
|
-
type DeepResearchMode = "fast" | "standard" | "lite" | "heavy";
|
|
159
|
+
type DeepResearchMode = "fast" | "standard" | "lite" | "heavy" | "max";
|
|
160
160
|
type DeepResearchStatus = "queued" | "running" | "completed" | "failed" | "cancelled";
|
|
161
161
|
type DeepResearchOutputFormat = "markdown" | "pdf" | "toon" | Record<string, any>;
|
|
162
162
|
type DeepResearchOutputType = "markdown" | "json" | "toon";
|
package/dist/index.d.ts
CHANGED
|
@@ -156,7 +156,7 @@ interface AnswerStreamChunk {
|
|
|
156
156
|
extraction_metadata?: ExtractionMetadata;
|
|
157
157
|
error?: string;
|
|
158
158
|
}
|
|
159
|
-
type DeepResearchMode = "fast" | "standard" | "lite" | "heavy";
|
|
159
|
+
type DeepResearchMode = "fast" | "standard" | "lite" | "heavy" | "max";
|
|
160
160
|
type DeepResearchStatus = "queued" | "running" | "completed" | "failed" | "cancelled";
|
|
161
161
|
type DeepResearchOutputFormat = "markdown" | "pdf" | "toon" | Record<string, any>;
|
|
162
162
|
type DeepResearchOutputType = "markdown" | "json" | "toon";
|