From 0accec0a69f3e76b31f006d7caffe27adb4b5d64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Apr 2026 15:51:59 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/Braintrust/Generated/Braintrust.OptionsSupport.g.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/Braintrust/Generated/Braintrust.OptionsSupport.g.cs b/src/libs/Braintrust/Generated/Braintrust.OptionsSupport.g.cs index 8c5c962..f4f7df3 100644 --- a/src/libs/Braintrust/Generated/Braintrust.OptionsSupport.g.cs +++ b/src/libs/Braintrust/Generated/Braintrust.OptionsSupport.g.cs @@ -381,7 +381,7 @@ internal static string AppendQueryParameters( } var builder = new global::System.Text.StringBuilder(path ?? string.Empty); - var hasQuery = builder.ToString().Contains("?", global::System.StringComparison.Ordinal); + var hasQuery = builder.ToString().IndexOf("?", global::System.StringComparison.Ordinal) >= 0; AppendParameters(builder, clientParameters, ref hasQuery); AppendParameters(builder, requestParameters, ref hasQuery); return builder.ToString();