librechat-data-provider 0.8.507 → 0.8.509
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/{data-service-D7mtXwG5.mjs → data-service-BsdHkdKS.mjs} +86 -14
- package/dist/data-service-BsdHkdKS.mjs.map +1 -0
- package/dist/{data-service-CCdWvcRd.js → data-service-XTxx76uB.js} +91 -13
- package/dist/data-service-XTxx76uB.js.map +1 -0
- package/dist/index.js +17 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -2
- package/dist/index.mjs.map +1 -1
- package/dist/react-query/index.js +1 -1
- package/dist/react-query/index.mjs +1 -1
- package/dist/types/api-endpoints.d.ts +5 -0
- package/dist/types/bedrock.d.ts +5 -0
- package/dist/types/config.d.ts +121 -0
- package/dist/types/data-service.d.ts +7 -2
- package/dist/types/generate.d.ts +2 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/keys.d.ts +1 -0
- package/dist/types/models.d.ts +12 -0
- package/dist/types/schemas.d.ts +55 -4
- package/dist/types/types/mutations.d.ts +5 -5
- package/dist/types/types.d.ts +4 -0
- package/package.json +1 -1
- package/dist/data-service-CCdWvcRd.js.map +0 -1
- package/dist/data-service-D7mtXwG5.mjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_data_service = require("./data-service-
|
|
2
|
+
const require_data_service = require("./data-service-XTxx76uB.js");
|
|
3
3
|
let zod = require("zod");
|
|
4
4
|
let dayjs = require("dayjs");
|
|
5
5
|
dayjs = require_data_service.__toESM(dayjs);
|
|
@@ -5879,6 +5879,19 @@ const google = {
|
|
|
5879
5879
|
optionType: "model",
|
|
5880
5880
|
showDefault: false,
|
|
5881
5881
|
columnSpan: 2
|
|
5882
|
+
},
|
|
5883
|
+
url_context: {
|
|
5884
|
+
key: "url_context",
|
|
5885
|
+
label: "com_endpoint_use_url_context",
|
|
5886
|
+
labelCode: true,
|
|
5887
|
+
description: "com_endpoint_google_use_url_context",
|
|
5888
|
+
descriptionCode: true,
|
|
5889
|
+
type: "boolean",
|
|
5890
|
+
default: false,
|
|
5891
|
+
component: "switch",
|
|
5892
|
+
optionType: "model",
|
|
5893
|
+
showDefault: false,
|
|
5894
|
+
columnSpan: 2
|
|
5882
5895
|
}
|
|
5883
5896
|
};
|
|
5884
5897
|
const googleConfig = [
|
|
@@ -5894,6 +5907,7 @@ const googleConfig = [
|
|
|
5894
5907
|
google.thinkingBudget,
|
|
5895
5908
|
google.thinkingLevel,
|
|
5896
5909
|
google.web_search,
|
|
5910
|
+
google.url_context,
|
|
5897
5911
|
librechat.fileTokenLimit
|
|
5898
5912
|
];
|
|
5899
5913
|
const googleCol1 = [
|
|
@@ -5912,6 +5926,7 @@ const googleCol2 = [
|
|
|
5912
5926
|
google.thinkingBudget,
|
|
5913
5927
|
google.thinkingLevel,
|
|
5914
5928
|
google.web_search,
|
|
5929
|
+
google.url_context,
|
|
5915
5930
|
librechat.fileTokenLimit
|
|
5916
5931
|
];
|
|
5917
5932
|
const openAI = [
|
|
@@ -6666,6 +6681,7 @@ exports.setAcceptLanguageHeader = require_data_service.setAcceptLanguageHeader;
|
|
|
6666
6681
|
exports.setTokenHeader = require_data_service.setTokenHeader;
|
|
6667
6682
|
exports.sha1 = sha1;
|
|
6668
6683
|
exports.shadcnComponents = shadcnComponents;
|
|
6684
|
+
exports.sharedFileDownload = require_data_service.sharedFileDownload;
|
|
6669
6685
|
exports.sharedLinksPermissionsSchema = sharedLinksPermissionsSchema;
|
|
6670
6686
|
exports.skeleton = skeleton;
|
|
6671
6687
|
exports.skillPermissionsSchema = skillPermissionsSchema;
|