valyu-js 2.2.3 → 2.2.4
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
|
@@ -152,7 +152,7 @@ interface AnswerStreamChunk {
|
|
|
152
152
|
extraction_metadata?: ExtractionMetadata;
|
|
153
153
|
error?: string;
|
|
154
154
|
}
|
|
155
|
-
type DeepResearchMode = "lite" | "heavy";
|
|
155
|
+
type DeepResearchMode = "fast" | "lite" | "heavy";
|
|
156
156
|
type DeepResearchStatus = "queued" | "running" | "completed" | "failed" | "cancelled";
|
|
157
157
|
type DeepResearchOutputFormat = "markdown" | "pdf" | Record<string, any>;
|
|
158
158
|
type DeepResearchOutputType = "markdown" | "json";
|
package/dist/index.d.ts
CHANGED
|
@@ -152,7 +152,7 @@ interface AnswerStreamChunk {
|
|
|
152
152
|
extraction_metadata?: ExtractionMetadata;
|
|
153
153
|
error?: string;
|
|
154
154
|
}
|
|
155
|
-
type DeepResearchMode = "lite" | "heavy";
|
|
155
|
+
type DeepResearchMode = "fast" | "lite" | "heavy";
|
|
156
156
|
type DeepResearchStatus = "queued" | "running" | "completed" | "failed" | "cancelled";
|
|
157
157
|
type DeepResearchOutputFormat = "markdown" | "pdf" | Record<string, any>;
|
|
158
158
|
type DeepResearchOutputType = "markdown" | "json";
|