@pellux/goodvibes-contracts 1.2.0 → 1.3.0
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/artifacts/operator-contract.json +26 -2
- package/dist/generated/foundation-client-types.d.ts +5 -0
- package/dist/generated/foundation-client-types.d.ts.map +1 -1
- package/dist/generated/foundation-metadata.d.ts +1 -1
- package/dist/generated/foundation-metadata.js +1 -1
- package/dist/generated/operator-contract.d.ts.map +1 -1
- package/dist/generated/operator-contract.js +26 -2
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"product": {
|
|
4
4
|
"id": "goodvibes",
|
|
5
5
|
"surface": "operator",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.3.0"
|
|
7
7
|
},
|
|
8
8
|
"auth": {
|
|
9
9
|
"modes": [
|
|
@@ -42121,6 +42121,21 @@
|
|
|
42121
42121
|
"estimatedTokens": {
|
|
42122
42122
|
"type": "number"
|
|
42123
42123
|
},
|
|
42124
|
+
"truncated": {
|
|
42125
|
+
"type": "boolean"
|
|
42126
|
+
},
|
|
42127
|
+
"totalCandidates": {
|
|
42128
|
+
"type": "number"
|
|
42129
|
+
},
|
|
42130
|
+
"droppedCount": {
|
|
42131
|
+
"type": "number"
|
|
42132
|
+
},
|
|
42133
|
+
"droppedForBudget": {
|
|
42134
|
+
"type": "number"
|
|
42135
|
+
},
|
|
42136
|
+
"budgetExhausted": {
|
|
42137
|
+
"type": "boolean"
|
|
42138
|
+
},
|
|
42124
42139
|
"items": {
|
|
42125
42140
|
"type": "array",
|
|
42126
42141
|
"items": {
|
|
@@ -42213,6 +42228,11 @@
|
|
|
42213
42228
|
"strategy",
|
|
42214
42229
|
"budgetLimit",
|
|
42215
42230
|
"estimatedTokens",
|
|
42231
|
+
"truncated",
|
|
42232
|
+
"totalCandidates",
|
|
42233
|
+
"droppedCount",
|
|
42234
|
+
"droppedForBudget",
|
|
42235
|
+
"budgetExhausted",
|
|
42216
42236
|
"items"
|
|
42217
42237
|
],
|
|
42218
42238
|
"additionalProperties": false
|
|
@@ -59029,6 +59049,9 @@
|
|
|
59029
59049
|
},
|
|
59030
59050
|
"totalBeforeRecallFilter": {
|
|
59031
59051
|
"type": "number"
|
|
59052
|
+
},
|
|
59053
|
+
"recallFloor": {
|
|
59054
|
+
"type": "number"
|
|
59032
59055
|
}
|
|
59033
59056
|
},
|
|
59034
59057
|
"required": [
|
|
@@ -59040,7 +59063,8 @@
|
|
|
59040
59063
|
"recallFiltered",
|
|
59041
59064
|
"excludedFlaggedCount",
|
|
59042
59065
|
"excludedBelowFloorCount",
|
|
59043
|
-
"totalBeforeRecallFilter"
|
|
59066
|
+
"totalBeforeRecallFilter",
|
|
59067
|
+
"recallFloor"
|
|
59044
59068
|
],
|
|
59045
59069
|
"additionalProperties": false
|
|
59046
59070
|
},
|
|
@@ -6093,6 +6093,11 @@ export interface OperatorMethodOutputMap {
|
|
|
6093
6093
|
strategy: string;
|
|
6094
6094
|
budgetLimit: number;
|
|
6095
6095
|
estimatedTokens: number;
|
|
6096
|
+
truncated: boolean;
|
|
6097
|
+
totalCandidates: number;
|
|
6098
|
+
droppedCount: number;
|
|
6099
|
+
droppedForBudget: number;
|
|
6100
|
+
budgetExhausted: boolean;
|
|
6096
6101
|
items: readonly (({
|
|
6097
6102
|
kind: string;
|
|
6098
6103
|
id: string;
|