diff --git a/src/libs/Weave/Generated/Weave.IPredictionsClient.PredictionCreateV2EntityProjectPredictionsPost.g.cs b/src/libs/Weave/Generated/Weave.IPredictionsClient.PredictionCreateV2EntityProjectPredictionsPost.g.cs
index 6eadcbe..ec43350 100644
--- a/src/libs/Weave/Generated/Weave.IPredictionsClient.PredictionCreateV2EntityProjectPredictionsPost.g.cs
+++ b/src/libs/Weave/Generated/Weave.IPredictionsClient.PredictionCreateV2EntityProjectPredictionsPost.g.cs
@@ -57,7 +57,7 @@ public partial interface IPredictionsClient
/// Optional evaluation run ID to link this prediction as a child call
///
///
- /// Optional GenAI span reference produced by this prediction.
+ /// Optional GenAI span reference(s) produced by this prediction.
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -69,7 +69,7 @@ public partial interface IPredictionsClient
object inputs,
object output,
string? evaluationRunId = default,
- global::Weave.GenAISpanRef? genaiSpanRef = default,
+ global::System.Collections.Generic.IList? genaiSpanRef = default,
global::Weave.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/Weave/Generated/Weave.JsonSerializerContext.g.cs b/src/libs/Weave/Generated/Weave.JsonSerializerContext.g.cs
index 6a04d03..182396d 100644
--- a/src/libs/Weave/Generated/Weave.JsonSerializerContext.g.cs
+++ b/src/libs/Weave/Generated/Weave.JsonSerializerContext.g.cs
@@ -272,6 +272,7 @@ namespace Weave
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Weave.EvalResultsSortByMode), TypeInfoPropertyName = "EvalResultsSortByMode2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.Dictionary))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Weave.GenAISpanRef))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Weave.EvaluateModelReq))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Weave.EvaluateModelRes))]
@@ -460,6 +461,7 @@ namespace Weave
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
diff --git a/src/libs/Weave/Generated/Weave.JsonSerializerContextTypes.g.cs b/src/libs/Weave/Generated/Weave.JsonSerializerContextTypes.g.cs
index ecb2e22..d7d9cb4 100644
--- a/src/libs/Weave/Generated/Weave.JsonSerializerContextTypes.g.cs
+++ b/src/libs/Weave/Generated/Weave.JsonSerializerContextTypes.g.cs
@@ -580,643 +580,647 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::Weave.GenAISpanRef? Type138 { get; set; }
+ public global::System.Collections.Generic.IList? Type138 { get; set; }
///
///
///
- public global::Weave.EvaluateModelReq? Type139 { get; set; }
+ public global::Weave.GenAISpanRef? Type139 { get; set; }
///
///
///
- public global::Weave.EvaluateModelRes? Type140 { get; set; }
+ public global::Weave.EvaluateModelReq? Type140 { get; set; }
///
///
///
- public global::Weave.EvaluationCreateBody? Type141 { get; set; }
+ public global::Weave.EvaluateModelRes? Type141 { get; set; }
///
///
///
- public global::Weave.EvaluationCreateRes? Type142 { get; set; }
+ public global::Weave.EvaluationCreateBody? Type142 { get; set; }
///
///
///
- public global::Weave.EvaluationDeleteRes? Type143 { get; set; }
+ public global::Weave.EvaluationCreateRes? Type143 { get; set; }
///
///
///
- public global::Weave.EvaluationReadRes? Type144 { get; set; }
+ public global::Weave.EvaluationDeleteRes? Type144 { get; set; }
///
///
///
- public global::Weave.EvaluationRunCreateBody? Type145 { get; set; }
+ public global::Weave.EvaluationReadRes? Type145 { get; set; }
///
///
///
- public global::Weave.EvaluationRunCreateRes? Type146 { get; set; }
+ public global::Weave.EvaluationRunCreateBody? Type146 { get; set; }
///
///
///
- public global::Weave.EvaluationRunDeleteRes? Type147 { get; set; }
+ public global::Weave.EvaluationRunCreateRes? Type147 { get; set; }
///
///
///
- public global::Weave.EvaluationRunFinishBody? Type148 { get; set; }
+ public global::Weave.EvaluationRunDeleteRes? Type148 { get; set; }
///
///
///
- public global::Weave.EvaluationRunFinishRes? Type149 { get; set; }
+ public global::Weave.EvaluationRunFinishBody? Type149 { get; set; }
///
///
///
- public global::Weave.EvaluationRunReadRes? Type150 { get; set; }
+ public global::Weave.EvaluationRunFinishRes? Type150 { get; set; }
///
///
///
- public global::Weave.EvaluationStatusComplete? Type151 { get; set; }
+ public global::Weave.EvaluationRunReadRes? Type151 { get; set; }
///
///
///
- public global::Weave.EvaluationStatusFailed? Type152 { get; set; }
+ public global::Weave.EvaluationStatusComplete? Type152 { get; set; }
///
///
///
- public global::Weave.EvaluationStatusNotFound? Type153 { get; set; }
+ public global::Weave.EvaluationStatusFailed? Type153 { get; set; }
///
///
///
- public global::Weave.EvaluationStatusReq? Type154 { get; set; }
+ public global::Weave.EvaluationStatusNotFound? Type154 { get; set; }
///
///
///
- public global::Weave.EvaluationStatusRes? Type155 { get; set; }
+ public global::Weave.EvaluationStatusReq? Type155 { get; set; }
///
///
///
- public global::Weave.AnyOf? Type156 { get; set; }
+ public global::Weave.EvaluationStatusRes? Type156 { get; set; }
///
///
///
- public global::Weave.EvaluationStatusRunning? Type157 { get; set; }
+ public global::Weave.AnyOf? Type157 { get; set; }
///
///
///
- public global::Weave.FeedbackCreateBatchReq? Type158 { get; set; }
+ public global::Weave.EvaluationStatusRunning? Type158 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type159 { get; set; }
+ public global::Weave.FeedbackCreateBatchReq? Type159 { get; set; }
///
///
///
- public global::Weave.FeedbackCreateReq? Type160 { get; set; }
+ public global::System.Collections.Generic.IList? Type160 { get; set; }
///
///
///
- public global::Weave.FeedbackCreateBatchRes? Type161 { get; set; }
+ public global::Weave.FeedbackCreateReq? Type161 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type162 { get; set; }
+ public global::Weave.FeedbackCreateBatchRes? Type162 { get; set; }
///
///
///
- public global::Weave.FeedbackCreateRes? Type163 { get; set; }
+ public global::System.Collections.Generic.IList? Type163 { get; set; }
///
///
///
- public global::Weave.FeedbackMetricSpec? Type164 { get; set; }
+ public global::Weave.FeedbackCreateRes? Type164 { get; set; }
///
///
///
- public global::Weave.FeedbackMetricSpecValueType? Type165 { get; set; }
+ public global::Weave.FeedbackMetricSpec? Type165 { get; set; }
///
///
///
- public global::Weave.FeedbackPayloadPath? Type166 { get; set; }
+ public global::Weave.FeedbackMetricSpecValueType? Type166 { get; set; }
///
///
///
- public global::Weave.FeedbackPayloadPathValueType? Type167 { get; set; }
+ public global::Weave.FeedbackPayloadPath? Type167 { get; set; }
///
///
///
- public global::Weave.FeedbackPayloadSchemaReq? Type168 { get; set; }
+ public global::Weave.FeedbackPayloadPathValueType? Type168 { get; set; }
///
///
///
- public global::Weave.FeedbackPayloadSchemaRes? Type169 { get; set; }
+ public global::Weave.FeedbackPayloadSchemaReq? Type169 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type170 { get; set; }
+ public global::Weave.FeedbackPayloadSchemaRes? Type170 { get; set; }
///
///
///
- public global::Weave.FeedbackPurgeReq? Type171 { get; set; }
+ public global::System.Collections.Generic.IList? Type171 { get; set; }
///
///
///
- public global::Weave.FeedbackPurgeRes? Type172 { get; set; }
+ public global::Weave.FeedbackPurgeReq? Type172 { get; set; }
///
///
///
- public global::Weave.FeedbackQueryReq? Type173 { get; set; }
+ public global::Weave.FeedbackPurgeRes? Type173 { get; set; }
///
///
///
- public global::Weave.FeedbackQueryRes? Type174 { get; set; }
+ public global::Weave.FeedbackQueryReq? Type174 { get; set; }
///
///
///
- public global::Weave.FeedbackReplaceReq? Type175 { get; set; }
+ public global::Weave.FeedbackQueryRes? Type175 { get; set; }
///
///
///
- public global::Weave.FeedbackReplaceRes? Type176 { get; set; }
+ public global::Weave.FeedbackReplaceReq? Type176 { get; set; }
///
///
///
- public global::Weave.FeedbackStatsReq? Type177 { get; set; }
+ public global::Weave.FeedbackReplaceRes? Type177 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type178 { get; set; }
+ public global::Weave.FeedbackStatsReq? Type178 { get; set; }
///
///
///
- public global::Weave.FeedbackStatsRes? Type179 { get; set; }
+ public global::System.Collections.Generic.IList? Type179 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type180 { get; set; }
+ public global::Weave.FeedbackStatsRes? Type180 { get; set; }
///
///
///
- public global::Weave.FileContentReadReq? Type181 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type181 { get; set; }
///
///
///
- public global::Weave.FileCreateRes? Type182 { get; set; }
+ public global::Weave.FileContentReadReq? Type182 { get; set; }
///
///
///
- public global::Weave.FilesStatsReq? Type183 { get; set; }
+ public global::Weave.FileCreateRes? Type183 { get; set; }
///
///
///
- public global::Weave.FilesStatsRes? Type184 { get; set; }
+ public global::Weave.FilesStatsReq? Type184 { get; set; }
///
///
///
- public global::Weave.Geolocation? Type185 { get; set; }
+ public global::Weave.FilesStatsRes? Type185 { get; set; }
///
///
///
- public global::Weave.GeolocationRes? Type186 { get; set; }
+ public global::Weave.Geolocation? Type186 { get; set; }
///
///
///
- public global::Weave.HTTPValidationError? Type187 { get; set; }
+ public global::Weave.GeolocationRes? Type187 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type188 { get; set; }
+ public global::Weave.HTTPValidationError? Type188 { get; set; }
///
///
///
- public global::Weave.ValidationError? Type189 { get; set; }
+ public global::System.Collections.Generic.IList? Type189 { get; set; }
///
///
///
- public global::Weave.ImageGenerationCreateReq? Type190 { get; set; }
+ public global::Weave.ValidationError? Type190 { get; set; }
///
///
///
- public global::Weave.ImageGenerationRequestInputs? Type191 { get; set; }
+ public global::Weave.ImageGenerationCreateReq? Type191 { get; set; }
///
///
///
- public global::Weave.ImageGenerationCreateRes? Type192 { get; set; }
+ public global::Weave.ImageGenerationRequestInputs? Type192 { get; set; }
///
///
///
- public global::Weave.LLMUsageSchema? Type193 { get; set; }
+ public global::Weave.ImageGenerationCreateRes? Type193 { get; set; }
///
///
///
- public global::Weave.AnyOf, global::System.Collections.Generic.IList, object>? Type194 { get; set; }
+ public global::Weave.LLMUsageSchema? Type194 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type195 { get; set; }
+ public global::Weave.AnyOf, global::System.Collections.Generic.IList, object>? Type195 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type196 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type196 { get; set; }
///
///
///
- public global::Weave.ModelCreateBody? Type197 { get; set; }
+ public global::System.Collections.Generic.IList? Type197 { get; set; }
///
///
///
- public global::Weave.ModelCreateRes? Type198 { get; set; }
+ public global::Weave.ModelCreateBody? Type198 { get; set; }
///
///
///
- public global::Weave.ModelDeleteRes? Type199 { get; set; }
+ public global::Weave.ModelCreateRes? Type199 { get; set; }
///
///
///
- public global::Weave.ModelReadRes? Type200 { get; set; }
+ public global::Weave.ModelDeleteRes? Type200 { get; set; }
///
///
///
- public global::Weave.NvidiaHardwareOption? Type201 { get; set; }
+ public global::Weave.ModelReadRes? Type201 { get; set; }
///
///
///
- public global::Weave.NvidiaServerlessPricing? Type202 { get; set; }
+ public global::Weave.NvidiaHardwareOption? Type202 { get; set; }
///
///
///
- public global::Weave.NvidiaHardwareRes? Type203 { get; set; }
+ public global::Weave.NvidiaServerlessPricing? Type203 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type204 { get; set; }
+ public global::Weave.NvidiaHardwareRes? Type204 { get; set; }
///
///
///
- public global::Weave.ObjAddTagsRes? Type205 { get; set; }
+ public global::System.Collections.Generic.IList? Type205 { get; set; }
///
///
///
- public global::Weave.ObjCreateReq? Type206 { get; set; }
+ public global::Weave.ObjAddTagsRes? Type206 { get; set; }
///
///
///
- public global::Weave.ObjSchemaForInsert? Type207 { get; set; }
+ public global::Weave.ObjCreateReq? Type207 { get; set; }
///
///
///
- public global::Weave.ObjCreateRes? Type208 { get; set; }
+ public global::Weave.ObjSchemaForInsert? Type208 { get; set; }
///
///
///
- public global::Weave.ObjDeleteReq? Type209 { get; set; }
+ public global::Weave.ObjCreateRes? Type209 { get; set; }
///
///
///
- public global::Weave.ObjDeleteRes? Type210 { get; set; }
+ public global::Weave.ObjDeleteReq? Type210 { get; set; }
///
///
///
- public global::Weave.ObjQueryReq? Type211 { get; set; }
+ public global::Weave.ObjDeleteRes? Type211 { get; set; }
///
///
///
- public global::Weave.ObjectVersionFilter? Type212 { get; set; }
+ public global::Weave.ObjQueryReq? Type212 { get; set; }
///
///
///
- public global::Weave.ObjQueryRes? Type213 { get; set; }
+ public global::Weave.ObjectVersionFilter? Type213 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type214 { get; set; }
+ public global::Weave.ObjQueryRes? Type214 { get; set; }
///
///
///
- public global::Weave.ObjSchema? Type215 { get; set; }
+ public global::System.Collections.Generic.IList? Type215 { get; set; }
///
///
///
- public global::Weave.ObjReadReq? Type216 { get; set; }
+ public global::Weave.ObjSchema? Type216 { get; set; }
///
///
///
- public global::Weave.ObjReadRes? Type217 { get; set; }
+ public global::Weave.ObjReadReq? Type217 { get; set; }
///
///
///
- public global::Weave.ObjRemoveAliasesBody? Type218 { get; set; }
+ public global::Weave.ObjReadRes? Type218 { get; set; }
///
///
///
- public global::Weave.ObjRemoveAliasesRes? Type219 { get; set; }
+ public global::Weave.ObjRemoveAliasesBody? Type219 { get; set; }
///
///
///
- public global::Weave.ObjRemoveTagsRes? Type220 { get; set; }
+ public global::Weave.ObjRemoveAliasesRes? Type220 { get; set; }
///
///
///
- public global::Weave.ObjSetAliasesBody? Type221 { get; set; }
+ public global::Weave.ObjRemoveTagsRes? Type221 { get; set; }
///
///
///
- public global::Weave.ObjSetAliasesRes? Type222 { get; set; }
+ public global::Weave.ObjSetAliasesBody? Type222 { get; set; }
///
///
///
- public global::Weave.ObjTagsBody? Type223 { get; set; }
+ public global::Weave.ObjSetAliasesRes? Type223 { get; set; }
///
///
///
- public global::Weave.OpCreateBody? Type224 { get; set; }
+ public global::Weave.ObjTagsBody? Type224 { get; set; }
///
///
///
- public global::Weave.OpCreateRes? Type225 { get; set; }
+ public global::Weave.OpCreateBody? Type225 { get; set; }
///
///
///
- public global::Weave.OpDeleteRes? Type226 { get; set; }
+ public global::Weave.OpCreateRes? Type226 { get; set; }
///
///
///
- public global::Weave.OpReadRes? Type227 { get; set; }
+ public global::Weave.OpDeleteRes? Type227 { get; set; }
///
///
///
- public global::Weave.PredictionCreateBody? Type228 { get; set; }
+ public global::Weave.OpReadRes? Type228 { get; set; }
///
///
///
- public global::Weave.PredictionCreateRes? Type229 { get; set; }
+ public global::Weave.PredictionCreateBody? Type229 { get; set; }
///
///
///
- public global::Weave.PredictionDeleteRes? Type230 { get; set; }
+ public global::Weave.PredictionCreateRes? Type230 { get; set; }
///
///
///
- public global::Weave.PredictionFinishRes? Type231 { get; set; }
+ public global::Weave.PredictionDeleteRes? Type231 { get; set; }
///
///
///
- public global::Weave.PredictionReadRes? Type232 { get; set; }
+ public global::Weave.PredictionFinishRes? Type232 { get; set; }
///
///
///
- public global::Weave.Pricing? Type233 { get; set; }
+ public global::Weave.PredictionReadRes? Type233 { get; set; }
///
///
///
- public global::Weave.ProjectsInfoReq? Type234 { get; set; }
+ public global::Weave.Pricing? Type234 { get; set; }
///
///
///
- public global::Weave.ProjectsInfoRes? Type235 { get; set; }
+ public global::Weave.ProjectsInfoReq? Type235 { get; set; }
///
///
///
- public global::Weave.RefsReadBatchReq? Type236 { get; set; }
+ public global::Weave.ProjectsInfoRes? Type236 { get; set; }
///
///
///
- public global::Weave.RefsReadBatchRes? Type237 { get; set; }
+ public global::Weave.RefsReadBatchReq? Type237 { get; set; }
///
///
///
- public global::Weave.RouterOpenRouterModel? Type238 { get; set; }
+ public global::Weave.RefsReadBatchRes? Type238 { get; set; }
///
///
///
- public global::Weave.RouterOpenRouterModelQuantization? Type239 { get; set; }
+ public global::Weave.RouterOpenRouterModel? Type239 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type240 { get; set; }
+ public global::Weave.RouterOpenRouterModelQuantization? Type240 { get; set; }
///
///
///
- public global::Weave.RouterOpenRouterModelSupportedSamplingParameter? Type241 { get; set; }
+ public global::System.Collections.Generic.IList? Type241 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type242 { get; set; }
+ public global::Weave.RouterOpenRouterModelSupportedSamplingParameter? Type242 { get; set; }
///
///
///
- public global::Weave.RouterOpenRouterModelSupportedFeature? Type243 { get; set; }
+ public global::System.Collections.Generic.IList? Type243 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type244 { get; set; }
+ public global::Weave.RouterOpenRouterModelSupportedFeature? Type244 { get; set; }
///
///
///
- public global::Weave.RouterOpenRouterModelsRes? Type245 { get; set; }
+ public global::System.Collections.Generic.IList? Type245 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type246 { get; set; }
+ public global::Weave.RouterOpenRouterModelsRes? Type246 { get; set; }
///
///
///
- public global::Weave.ScoreCreateBody? Type247 { get; set; }
+ public global::System.Collections.Generic.IList? Type247 { get; set; }
///
///
///
- public global::Weave.ScoreCreateRes? Type248 { get; set; }
+ public global::Weave.ScoreCreateBody? Type248 { get; set; }
///
///
///
- public global::Weave.ScoreDeleteRes? Type249 { get; set; }
+ public global::Weave.ScoreCreateRes? Type249 { get; set; }
///
///
///
- public global::Weave.ScoreReadRes? Type250 { get; set; }
+ public global::Weave.ScoreDeleteRes? Type250 { get; set; }
///
///
///
- public global::Weave.ScorerCreateBody? Type251 { get; set; }
+ public global::Weave.ScoreReadRes? Type251 { get; set; }
///
///
///
- public global::Weave.ScorerCreateRes? Type252 { get; set; }
+ public global::Weave.ScorerCreateBody? Type252 { get; set; }
///
///
///
- public global::Weave.ScorerDeleteRes? Type253 { get; set; }
+ public global::Weave.ScorerCreateRes? Type253 { get; set; }
///
///
///
- public global::Weave.ScorerReadRes? Type254 { get; set; }
+ public global::Weave.ScorerDeleteRes? Type254 { get; set; }
///
///
///
- public global::Weave.ServerInfoRes? Type255 { get; set; }
+ public global::Weave.ScorerReadRes? Type255 { get; set; }
///
///
///
- public global::Weave.SortByDirection? Type256 { get; set; }
+ public global::Weave.ServerInfoRes? Type256 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type257 { get; set; }
+ public global::Weave.SortByDirection? Type257 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type258 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type258 { get; set; }
///
///
///
- public global::Weave.TableAppendSpec? Type259 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type259 { get; set; }
///
///
///
- public global::Weave.TableAppendSpecPayload? Type260 { get; set; }
+ public global::Weave.TableAppendSpec? Type260 { get; set; }
///
///
///
- public global::Weave.TableCreateFromDigestsReq? Type261 { get; set; }
+ public global::Weave.TableAppendSpecPayload? Type261 { get; set; }
///
///
///
- public global::Weave.TableCreateFromDigestsRes? Type262 { get; set; }
+ public global::Weave.TableCreateFromDigestsReq? Type262 { get; set; }
///
///
///
- public global::Weave.TableCreateReq? Type263 { get; set; }
+ public global::Weave.TableCreateFromDigestsRes? Type263 { get; set; }
///
///
///
- public global::Weave.TableSchemaForInsert? Type264 { get; set; }
+ public global::Weave.TableCreateReq? Type264 { get; set; }
///
///
///
- public global::Weave.TableCreateRes? Type265 { get; set; }
+ public global::Weave.TableSchemaForInsert? Type265 { get; set; }
///
///
///
- public global::Weave.TableInsertSpec? Type266 { get; set; }
+ public global::Weave.TableCreateRes? Type266 { get; set; }
///
///
///
- public global::Weave.TableInsertSpecPayload? Type267 { get; set; }
+ public global::Weave.TableInsertSpec? Type267 { get; set; }
///
///
///
- public global::Weave.TablePopSpec? Type268 { get; set; }
+ public global::Weave.TableInsertSpecPayload? Type268 { get; set; }
///
///
///
- public global::Weave.TablePopSpecPayload? Type269 { get; set; }
+ public global::Weave.TablePopSpec? Type269 { get; set; }
///
///
///
- public global::Weave.TableQueryReq? Type270 { get; set; }
+ public global::Weave.TablePopSpecPayload? Type270 { get; set; }
///
///
///
- public global::Weave.TableRowFilter? Type271 { get; set; }
+ public global::Weave.TableQueryReq? Type271 { get; set; }
///
///
///
- public global::Weave.TableQueryRes? Type272 { get; set; }
+ public global::Weave.TableRowFilter? Type272 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type273 { get; set; }
+ public global::Weave.TableQueryRes? Type273 { get; set; }
///
///
///
- public global::Weave.TableRowSchema? Type274 { get; set; }
+ public global::System.Collections.Generic.IList? Type274 { get; set; }
///
///
///
- public global::Weave.TableQueryStatsBatchReq? Type275 { get; set; }
+ public global::Weave.TableRowSchema? Type275 { get; set; }
///
///
///
- public global::Weave.TableQueryStatsBatchRes? Type276 { get; set; }
+ public global::Weave.TableQueryStatsBatchReq? Type276 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type277 { get; set; }
+ public global::Weave.TableQueryStatsBatchRes? Type277 { get; set; }
///
///
///
- public global::Weave.TableStatsRow? Type278 { get; set; }
+ public global::System.Collections.Generic.IList? Type278 { get; set; }
///
///
///
- public global::Weave.TableQueryStatsReq? Type279 { get; set; }
+ public global::Weave.TableStatsRow? Type279 { get; set; }
///
///
///
- public global::Weave.TableQueryStatsRes? Type280 { get; set; }
+ public global::Weave.TableQueryStatsReq? Type280 { get; set; }
///
///
///
- public global::Weave.TableUpdateReq? Type281 { get; set; }
+ public global::Weave.TableQueryStatsRes? Type281 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type282 { get; set; }
+ public global::Weave.TableUpdateReq? Type282 { get; set; }
///
///
///
- public global::Weave.AnyOf? Type283 { get; set; }
+ public global::System.Collections.Generic.IList>? Type283 { get; set; }
///
///
///
- public global::Weave.TableUpdateRes? Type284 { get; set; }
+ public global::Weave.AnyOf? Type284 { get; set; }
///
///
///
- public global::Weave.TagsListRes? Type285 { get; set; }
+ public global::Weave.TableUpdateRes? Type285 { get; set; }
///
///
///
- public global::Weave.ThreadsQueryFilter? Type286 { get; set; }
+ public global::Weave.TagsListRes? Type286 { get; set; }
///
///
///
- public global::Weave.ThreadsQueryReq? Type287 { get; set; }
+ public global::Weave.ThreadsQueryFilter? Type287 { get; set; }
///
///
///
- public global::Weave.TraceStatus? Type288 { get; set; }
+ public global::Weave.ThreadsQueryReq? Type288 { get; set; }
///
///
///
- public global::Weave.TraceUsageReq? Type289 { get; set; }
+ public global::Weave.TraceStatus? Type289 { get; set; }
///
///
///
- public global::Weave.TraceUsageRes? Type290 { get; set; }
+ public global::Weave.TraceUsageReq? Type290 { get; set; }
///
///
///
- public global::Weave.UsageMetricSpecMetric? Type291 { get; set; }
+ public global::Weave.TraceUsageRes? Type291 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type292 { get; set; }
+ public global::Weave.UsageMetricSpecMetric? Type292 { get; set; }
///
///
///
- public global::Weave.AnyOf? Type293 { get; set; }
+ public global::System.Collections.Generic.IList>? Type293 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type294 { get; set; }
+ public global::Weave.AnyOf? Type294 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type295 { get; set; }
+ public global::System.Collections.Generic.IList? Type295 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type296 { get; set; }
+ public global::System.Collections.Generic.IList? Type296 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type297 { get; set; }
+ public global::System.Collections.Generic.IList? Type297 { get; set; }
+ ///
+ ///
+ ///
+ public global::System.Collections.Generic.IList? Type298 { get; set; }
///
///
@@ -1305,86 +1309,90 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::System.Collections.Generic.List? ListType21 { get; set; }
+ public global::System.Collections.Generic.List? ListType21 { get; set; }
+ ///
+ ///
+ ///
+ public global::System.Collections.Generic.List? ListType22 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType22 { get; set; }
+ public global::System.Collections.Generic.List? ListType23 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType23 { get; set; }
+ public global::System.Collections.Generic.List? ListType24 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType24 { get; set; }
+ public global::System.Collections.Generic.List? ListType25 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType25 { get; set; }
+ public global::System.Collections.Generic.List? ListType26 { get; set; }
///
///
///
- public global::Weave.AnyOf, global::System.Collections.Generic.List, object>? ListType26 { get; set; }
+ public global::Weave.AnyOf, global::System.Collections.Generic.List, object>? ListType27 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType27 { get; set; }
+ public global::System.Collections.Generic.List? ListType28 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType28 { get; set; }
+ public global::System.Collections.Generic.List? ListType29 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType29 { get; set; }
+ public global::System.Collections.Generic.List? ListType30 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType30 { get; set; }
+ public global::System.Collections.Generic.List? ListType31 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType31 { get; set; }
+ public global::System.Collections.Generic.List? ListType32 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType32 { get; set; }
+ public global::System.Collections.Generic.List? ListType33 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType33 { get; set; }
+ public global::System.Collections.Generic.List? ListType34 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType34 { get; set; }
+ public global::System.Collections.Generic.List? ListType35 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType35 { get; set; }
+ public global::System.Collections.Generic.List? ListType36 { get; set; }
///
///
///
- public global::System.Collections.Generic.List>? ListType36 { get; set; }
+ public global::System.Collections.Generic.List>? ListType37 { get; set; }
///
///
///
- public global::System.Collections.Generic.List>? ListType37 { get; set; }
+ public global::System.Collections.Generic.List>? ListType38 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType38 { get; set; }
+ public global::System.Collections.Generic.List? ListType39 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType39 { get; set; }
+ public global::System.Collections.Generic.List? ListType40 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType40 { get; set; }
+ public global::System.Collections.Generic.List? ListType41 { get; set; }
///
///
///
- public global::System.Collections.Generic.List? ListType41 { get; set; }
+ public global::System.Collections.Generic.List? ListType42 { get; set; }
}
}
\ No newline at end of file
diff --git a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsRes.g.cs b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsRes.g.cs
index c73cac6..9a2ecf8 100644
--- a/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsRes.g.cs
+++ b/src/libs/Weave/Generated/Weave.Models.CallsQueryStatsRes.g.cs
@@ -15,6 +15,12 @@ public sealed partial class CallsQueryStatsRes
[global::System.Text.Json.Serialization.JsonRequired]
public required int Count { get; set; }
+ ///
+ /// Default Value: false
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("has_more")]
+ public bool? HasMore { get; set; }
+
///
///
///
@@ -31,15 +37,20 @@ public sealed partial class CallsQueryStatsRes
/// Initializes a new instance of the class.
///
///
+ ///
+ /// Default Value: false
+ ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public CallsQueryStatsRes(
int count,
+ bool? hasMore,
long? totalStorageSizeBytes)
{
this.Count = count;
+ this.HasMore = hasMore;
this.TotalStorageSizeBytes = totalStorageSizeBytes;
}
diff --git a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrial.g.cs b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrial.g.cs
index 748567f..a8c470e 100644
--- a/src/libs/Weave/Generated/Weave.Models.EvalResultsTrial.g.cs
+++ b/src/libs/Weave/Generated/Weave.Models.EvalResultsTrial.g.cs
@@ -55,7 +55,7 @@ public sealed partial class EvalResultsTrial
///
///
[global::System.Text.Json.Serialization.JsonPropertyName("genai_span_ref")]
- public global::Weave.GenAISpanRef? GenaiSpanRef { get; set; }
+ public global::System.Collections.Generic.IList? GenaiSpanRef { get; set; }
///
/// Additional properties that are not explicitly defined in the schema
@@ -85,7 +85,7 @@ public EvalResultsTrial(
double? modelLatencySeconds,
int? totalTokens,
global::System.Collections.Generic.Dictionary? scorerCallIds,
- global::Weave.GenAISpanRef? genaiSpanRef)
+ global::System.Collections.Generic.IList? genaiSpanRef)
{
this.PredictAndScoreCallId = predictAndScoreCallId ?? throw new global::System.ArgumentNullException(nameof(predictAndScoreCallId));
this.PredictCallId = predictCallId;
diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBody.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBody.g.cs
index f0a8604..04f2575 100644
--- a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBody.g.cs
+++ b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBody.g.cs
@@ -37,10 +37,10 @@ public sealed partial class PredictionCreateBody
public string? EvaluationRunId { get; set; }
///
- /// Optional GenAI span reference produced by this prediction.
+ /// Optional GenAI span reference(s) produced by this prediction.
///
[global::System.Text.Json.Serialization.JsonPropertyName("genai_span_ref")]
- public global::Weave.GenAISpanRef? GenaiSpanRef { get; set; }
+ public global::System.Collections.Generic.IList? GenaiSpanRef { get; set; }
///
/// Additional properties that are not explicitly defined in the schema
@@ -64,7 +64,7 @@ public sealed partial class PredictionCreateBody
/// Optional evaluation run ID to link this prediction as a child call
///
///
- /// Optional GenAI span reference produced by this prediction.
+ /// Optional GenAI span reference(s) produced by this prediction.
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -74,7 +74,7 @@ public PredictionCreateBody(
object inputs,
object output,
string? evaluationRunId,
- global::Weave.GenAISpanRef? genaiSpanRef)
+ global::System.Collections.Generic.IList? genaiSpanRef)
{
this.Model = model ?? throw new global::System.ArgumentNullException(nameof(model));
this.Inputs = inputs ?? throw new global::System.ArgumentNullException(nameof(inputs));
diff --git a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyGenaiSpanRef.g.cs b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyGenaiSpanRef.g.cs
index 9fc2f0c..f484f5b 100644
--- a/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyGenaiSpanRef.g.cs
+++ b/src/libs/Weave/Generated/Weave.Models.PredictionCreateBodyGenaiSpanRef.g.cs
@@ -4,7 +4,7 @@
namespace Weave
{
///
- /// Optional GenAI span reference produced by this prediction.
+ /// Optional GenAI span reference(s) produced by this prediction.
///
public sealed partial class PredictionCreateBodyGenaiSpanRef
{
diff --git a/src/libs/Weave/Generated/Weave.PredictionsClient.PredictionCreateV2EntityProjectPredictionsPost.g.cs b/src/libs/Weave/Generated/Weave.PredictionsClient.PredictionCreateV2EntityProjectPredictionsPost.g.cs
index de3f9d9..5c5ddcc 100644
--- a/src/libs/Weave/Generated/Weave.PredictionsClient.PredictionCreateV2EntityProjectPredictionsPost.g.cs
+++ b/src/libs/Weave/Generated/Weave.PredictionsClient.PredictionCreateV2EntityProjectPredictionsPost.g.cs
@@ -512,7 +512,7 @@ partial void ProcessPredictionCreateV2EntityProjectPredictionsPostResponseConten
/// Optional evaluation run ID to link this prediction as a child call
///
///
- /// Optional GenAI span reference produced by this prediction.
+ /// Optional GenAI span reference(s) produced by this prediction.
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -524,7 +524,7 @@ partial void ProcessPredictionCreateV2EntityProjectPredictionsPostResponseConten
object inputs,
object output,
string? evaluationRunId = default,
- global::Weave.GenAISpanRef? genaiSpanRef = default,
+ global::System.Collections.Generic.IList? genaiSpanRef = default,
global::Weave.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
diff --git a/src/libs/Weave/openapi.json b/src/libs/Weave/openapi.json
index 6cf7129..8bd671d 100644
--- a/src/libs/Weave/openapi.json
+++ b/src/libs/Weave/openapi.json
@@ -7369,6 +7369,11 @@
"type": "integer",
"title": "Count"
},
+ "has_more": {
+ "type": "boolean",
+ "title": "Has More",
+ "default": false
+ },
"total_storage_size_bytes": {
"anyOf": [
{
@@ -9035,12 +9040,16 @@
"genai_span_ref": {
"anyOf": [
{
- "$ref": "#/components/schemas/GenAISpanRef"
+ "items": {
+ "$ref": "#/components/schemas/GenAISpanRef"
+ },
+ "type": "array"
},
{
"type": "null"
}
- ]
+ ],
+ "title": "Genai Span Ref"
}
},
"type": "object",
@@ -12782,13 +12791,17 @@
"genai_span_ref": {
"anyOf": [
{
- "$ref": "#/components/schemas/GenAISpanRef"
+ "items": {
+ "$ref": "#/components/schemas/GenAISpanRef"
+ },
+ "type": "array"
},
{
"type": "null"
}
],
- "description": "Optional GenAI span reference produced by this prediction."
+ "title": "Genai Span Ref",
+ "description": "Optional GenAI span reference(s) produced by this prediction."
}
},
"type": "object",