@veryfront/ext-llm-google 0.1.1189 → 0.1.1191
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"google-thought-signatures.d.ts","sourceRoot":"","sources":["../src/google-thought-signatures.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"google-thought-signatures.d.ts","sourceRoot":"","sources":["../src/google-thought-signatures.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,kCAAkC,QAAkB,CAAC;AA4MlE,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC5B,MAAM,GAAG,SAAS,CASpB;AAED,wBAAgB,4BAA4B,CAC1C,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,EACrC,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC1C,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAgCrC;AA4ED,wBAAgB,2BAA2B,CACzC,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,GACpD,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,SAAS,CAsBhD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { readRecord,
|
|
1
|
+
import { readRecord, snapshotProviderJsonValue, } from "veryfront/provider/shared";
|
|
2
2
|
import { createGoogleToolCallCorrelationRegistry, readGoogleCodeExecutionResult, readGoogleExecutableCode, readGooglePartDataField, } from "./google-content-parts.js";
|
|
3
3
|
const GOOGLE_METADATA_KEY = "google";
|
|
4
4
|
const RAW_ASSISTANT_PARTS_KEY = "rawAssistantParts";
|
|
@@ -11,7 +11,7 @@ const GOOGLE_PROVIDER_METADATA_SNAPSHOT_OPTIONS = {
|
|
|
11
11
|
maxBytes: MAX_GOOGLE_PROVIDER_METADATA_BYTES,
|
|
12
12
|
};
|
|
13
13
|
function snapshotGoogleProviderMetadata(value) {
|
|
14
|
-
return
|
|
14
|
+
return snapshotProviderJsonValue(value, GOOGLE_PROVIDER_METADATA_SNAPSHOT_OPTIONS);
|
|
15
15
|
}
|
|
16
16
|
function asSnapshotRecord(value) {
|
|
17
17
|
return value !== null && typeof value === "object" && !Array.isArray(value)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veryfront/ext-llm-google",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1191",
|
|
4
4
|
"description": "Veryfront first-party extension package for ext-llm-google",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"veryfront",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"capabilities": []
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"veryfront": "^0.1.
|
|
48
|
+
"veryfront": "^0.1.1191"
|
|
49
49
|
},
|
|
50
50
|
"type": "module",
|
|
51
51
|
"types": "./esm/index.d.ts",
|