@absolutejs/absolute 0.19.0-beta.616 → 0.19.0-beta.617

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.
@@ -2995,16 +2995,32 @@ var loadRAGRetrievalComparisonHistory = async ({
2995
2995
  suiteId,
2996
2996
  label,
2997
2997
  winnerId,
2998
+ corpusGroupKey,
2998
2999
  groupKey,
2999
3000
  tag
3000
- }) => normalizeRetrievalComparisonRuns(await Promise.resolve(store.listRuns({ groupKey, label, limit, suiteId, tag, winnerId })));
3001
+ }) => normalizeRetrievalComparisonRuns(await Promise.resolve(store.listRuns({
3002
+ corpusGroupKey,
3003
+ groupKey,
3004
+ label,
3005
+ limit,
3006
+ suiteId,
3007
+ tag,
3008
+ winnerId
3009
+ })));
3001
3010
  var loadRAGRetrievalBaselines = async ({
3002
3011
  store,
3012
+ corpusGroupKey,
3003
3013
  groupKey,
3004
3014
  tag,
3005
3015
  limit,
3006
3016
  status
3007
- }) => normalizeRetrievalBaselineRecords(await Promise.resolve(store.listBaselines({ groupKey, limit, status, tag })));
3017
+ }) => normalizeRetrievalBaselineRecords(await Promise.resolve(store.listBaselines({
3018
+ corpusGroupKey,
3019
+ groupKey,
3020
+ limit,
3021
+ status,
3022
+ tag
3023
+ })));
3008
3024
  var persistRAGRetrievalBaseline = async ({
3009
3025
  store,
3010
3026
  record
@@ -3014,18 +3030,21 @@ var persistRAGRetrievalBaseline = async ({
3014
3030
  };
3015
3031
  var loadRAGRetrievalReleaseDecisions = async ({
3016
3032
  store,
3033
+ corpusGroupKey,
3017
3034
  groupKey,
3018
3035
  limit,
3019
3036
  kind
3020
- }) => normalizeRetrievalReleaseDecisionRecords(await Promise.resolve(store.listDecisions({ groupKey, kind, limit })));
3037
+ }) => normalizeRetrievalReleaseDecisionRecords(await Promise.resolve(store.listDecisions({ corpusGroupKey, groupKey, kind, limit })));
3021
3038
  var loadRAGRetrievalLaneHandoffDecisions = async ({
3022
3039
  store,
3040
+ corpusGroupKey,
3023
3041
  groupKey,
3024
3042
  limit,
3025
3043
  kind,
3026
3044
  sourceRolloutLabel,
3027
3045
  targetRolloutLabel
3028
3046
  }) => normalizeRetrievalLaneHandoffDecisionRecords(await Promise.resolve(store.listDecisions({
3047
+ corpusGroupKey,
3029
3048
  groupKey,
3030
3049
  kind,
3031
3050
  limit,
@@ -3048,12 +3067,14 @@ var loadRAGRetrievalReleaseIncidents = async ({
3048
3067
  })));
3049
3068
  var loadRAGRetrievalLaneHandoffIncidents = async ({
3050
3069
  store,
3070
+ corpusGroupKey,
3051
3071
  groupKey,
3052
3072
  limit,
3053
3073
  targetRolloutLabel,
3054
3074
  status,
3055
3075
  severity
3056
3076
  }) => normalizeRetrievalReleaseIncidentRecords(await Promise.resolve(store.listIncidents({
3077
+ corpusGroupKey,
3057
3078
  groupKey,
3058
3079
  limit,
3059
3080
  severity,
@@ -3062,12 +3083,14 @@ var loadRAGRetrievalLaneHandoffIncidents = async ({
3062
3083
  })));
3063
3084
  var loadRAGRetrievalLaneHandoffIncidentHistory = async ({
3064
3085
  store,
3086
+ corpusGroupKey,
3065
3087
  action,
3066
3088
  groupKey,
3067
3089
  incidentId,
3068
3090
  limit,
3069
3091
  targetRolloutLabel
3070
3092
  }) => await Promise.resolve(store.listRecords({
3093
+ corpusGroupKey,
3071
3094
  action,
3072
3095
  groupKey,
3073
3096
  incidentId,
@@ -3112,21 +3135,25 @@ var loadRAGRetrievalIncidentRemediationExecutionHistory = async ({
3112
3135
  })));
3113
3136
  var loadRAGRetrievalLaneHandoffAutoCompletePolicyHistory = async ({
3114
3137
  store,
3138
+ corpusGroupKey,
3115
3139
  groupKey,
3116
3140
  limit,
3117
3141
  targetRolloutLabel
3118
3142
  }) => await Promise.resolve(store.listRecords({
3143
+ corpusGroupKey,
3119
3144
  groupKey,
3120
3145
  limit,
3121
3146
  targetRolloutLabel
3122
3147
  }));
3123
3148
  var loadRAGRetrievalReleaseLanePolicyHistory = async ({
3124
3149
  store,
3150
+ corpusGroupKey,
3125
3151
  groupKey,
3126
3152
  limit,
3127
3153
  rolloutLabel,
3128
3154
  scope
3129
3155
  }) => await Promise.resolve(store.listRecords({
3156
+ corpusGroupKey,
3130
3157
  groupKey,
3131
3158
  limit,
3132
3159
  rolloutLabel,
@@ -3134,11 +3161,13 @@ var loadRAGRetrievalReleaseLanePolicyHistory = async ({
3134
3161
  }));
3135
3162
  var loadRAGRetrievalBaselineGatePolicyHistory = async ({
3136
3163
  store,
3164
+ corpusGroupKey,
3137
3165
  groupKey,
3138
3166
  limit,
3139
3167
  rolloutLabel,
3140
3168
  scope
3141
3169
  }) => await Promise.resolve(store.listRecords({
3170
+ corpusGroupKey,
3142
3171
  groupKey,
3143
3172
  limit,
3144
3173
  rolloutLabel,
@@ -3146,6 +3175,7 @@ var loadRAGRetrievalBaselineGatePolicyHistory = async ({
3146
3175
  }));
3147
3176
  var loadRAGRetrievalReleaseLaneEscalationPolicyHistory = async ({
3148
3177
  store,
3178
+ corpusGroupKey,
3149
3179
  groupKey,
3150
3180
  limit,
3151
3181
  targetRolloutLabel
@@ -7485,5 +7515,5 @@ export {
7485
7515
  buildRAGEvaluationLeaderboard
7486
7516
  };
7487
7517
 
7488
- //# debugId=0DF785027874B37864756E2164756E21
7518
+ //# debugId=C05B96F630EB2B9164756E2164756E21
7489
7519
  //# sourceMappingURL=index.js.map