diff --git a/src/libs/Phoenix/Generated/Phoenix.AnnotationConfigsClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.AnnotationConfigsClient.g.cs
index 25bd259..2b2e6e1 100644
--- a/src/libs/Phoenix/Generated/Phoenix.AnnotationConfigsClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.AnnotationConfigsClient.g.cs
@@ -61,6 +61,27 @@ public AnnotationConfigsClient(
{
}
+ ///
+ /// Creates a new instance of the AnnotationConfigsClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public AnnotationConfigsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the AnnotationConfigsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.AnnotationsClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.AnnotationsClient.g.cs
index 92750f9..980d713 100644
--- a/src/libs/Phoenix/Generated/Phoenix.AnnotationsClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.AnnotationsClient.g.cs
@@ -61,6 +61,27 @@ public AnnotationsClient(
{
}
+ ///
+ /// Creates a new instance of the AnnotationsClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public AnnotationsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the AnnotationsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.ChatClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.ChatClient.g.cs
index 4164837..867a5ef 100644
--- a/src/libs/Phoenix/Generated/Phoenix.ChatClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.ChatClient.g.cs
@@ -61,6 +61,27 @@ public ChatClient(
{
}
+ ///
+ /// Creates a new instance of the ChatClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public ChatClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ChatClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.DatasetsClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.DatasetsClient.g.cs
index 1458fbc..0ec9a5e 100644
--- a/src/libs/Phoenix/Generated/Phoenix.DatasetsClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.DatasetsClient.g.cs
@@ -61,6 +61,27 @@ public DatasetsClient(
{
}
+ ///
+ /// Creates a new instance of the DatasetsClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public DatasetsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the DatasetsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.ExperimentsClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.ExperimentsClient.g.cs
index 074fd0b..7890e3f 100644
--- a/src/libs/Phoenix/Generated/Phoenix.ExperimentsClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.ExperimentsClient.g.cs
@@ -61,6 +61,27 @@ public ExperimentsClient(
{
}
+ ///
+ /// Creates a new instance of the ExperimentsClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public ExperimentsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ExperimentsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.PhoenixClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.PhoenixClient.g.cs
index e3fa1ca..8bad91e 100644
--- a/src/libs/Phoenix/Generated/Phoenix.PhoenixClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.PhoenixClient.g.cs
@@ -170,6 +170,27 @@ public PhoenixClient(
{
}
+ ///
+ /// Creates a new instance of the PhoenixClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public PhoenixClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the PhoenixClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.ProjectsClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.ProjectsClient.g.cs
index ef2489e..f42733c 100644
--- a/src/libs/Phoenix/Generated/Phoenix.ProjectsClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.ProjectsClient.g.cs
@@ -61,6 +61,27 @@ public ProjectsClient(
{
}
+ ///
+ /// Creates a new instance of the ProjectsClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public ProjectsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ProjectsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.PromptsClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.PromptsClient.g.cs
index 2787d8b..1acca26 100644
--- a/src/libs/Phoenix/Generated/Phoenix.PromptsClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.PromptsClient.g.cs
@@ -61,6 +61,27 @@ public PromptsClient(
{
}
+ ///
+ /// Creates a new instance of the PromptsClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public PromptsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the PromptsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.SecretsClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.SecretsClient.g.cs
index 4281d30..ccc0b4a 100644
--- a/src/libs/Phoenix/Generated/Phoenix.SecretsClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.SecretsClient.g.cs
@@ -61,6 +61,27 @@ public SecretsClient(
{
}
+ ///
+ /// Creates a new instance of the SecretsClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public SecretsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SecretsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.SessionsClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.SessionsClient.g.cs
index 9380754..bb8b2c2 100644
--- a/src/libs/Phoenix/Generated/Phoenix.SessionsClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.SessionsClient.g.cs
@@ -61,6 +61,27 @@ public SessionsClient(
{
}
+ ///
+ /// Creates a new instance of the SessionsClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public SessionsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SessionsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.SpansClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.SpansClient.g.cs
index 189ad90..4a422af 100644
--- a/src/libs/Phoenix/Generated/Phoenix.SpansClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.SpansClient.g.cs
@@ -61,6 +61,27 @@ public SpansClient(
{
}
+ ///
+ /// Creates a new instance of the SpansClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public SpansClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SpansClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.TracesClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.TracesClient.g.cs
index 2356213..1f03805 100644
--- a/src/libs/Phoenix/Generated/Phoenix.TracesClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.TracesClient.g.cs
@@ -61,6 +61,27 @@ public TracesClient(
{
}
+ ///
+ /// Creates a new instance of the TracesClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public TracesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the TracesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Phoenix/Generated/Phoenix.UsersClient.g.cs b/src/libs/Phoenix/Generated/Phoenix.UsersClient.g.cs
index ee96628..a54da9d 100644
--- a/src/libs/Phoenix/Generated/Phoenix.UsersClient.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.UsersClient.g.cs
@@ -61,6 +61,27 @@ public UsersClient(
{
}
+ ///
+ /// Creates a new instance of the UsersClient with explicit options but no base URL override.
+ /// Skips passing baseUri so the default base URL from the OpenAPI spec applies.
+ ///
+ /// The HttpClient instance. If not provided, a new one will be created.
+ /// The authorizations to use for the requests.
+ /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
+ /// Dispose the HttpClient when the instance is disposed. True by default.
+ public UsersClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Phoenix.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the UsersClient.
/// If no httpClient is provided, a new one will be created.