diff --git a/src/libs/Reka/Generated/Reka.ChatClient.g.cs b/src/libs/Reka/Generated/Reka.ChatClient.g.cs
index e6d7295..16751f5 100644
--- a/src/libs/Reka/Generated/Reka.ChatClient.g.cs
+++ b/src/libs/Reka/Generated/Reka.ChatClient.g.cs
@@ -62,6 +62,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::Reka.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/Reka/Generated/Reka.ModelsClient.g.cs b/src/libs/Reka/Generated/Reka.ModelsClient.g.cs
index 7db050c..56734b7 100644
--- a/src/libs/Reka/Generated/Reka.ModelsClient.g.cs
+++ b/src/libs/Reka/Generated/Reka.ModelsClient.g.cs
@@ -62,6 +62,27 @@ public ModelsClient(
{
}
+ ///
+ /// Creates a new instance of the ModelsClient 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 ModelsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Reka.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ModelsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Reka/Generated/Reka.RekaClient.g.cs b/src/libs/Reka/Generated/Reka.RekaClient.g.cs
index acd7365..978c000 100644
--- a/src/libs/Reka/Generated/Reka.RekaClient.g.cs
+++ b/src/libs/Reka/Generated/Reka.RekaClient.g.cs
@@ -89,6 +89,27 @@ public RekaClient(
{
}
+ ///
+ /// Creates a new instance of the RekaClient 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 RekaClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Reka.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the RekaClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Reka/Generated/Reka.SpeechClient.g.cs b/src/libs/Reka/Generated/Reka.SpeechClient.g.cs
index e28dfac..880dd0b 100644
--- a/src/libs/Reka/Generated/Reka.SpeechClient.g.cs
+++ b/src/libs/Reka/Generated/Reka.SpeechClient.g.cs
@@ -62,6 +62,27 @@ public SpeechClient(
{
}
+ ///
+ /// Creates a new instance of the SpeechClient 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 SpeechClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Reka.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SpeechClient.
/// If no httpClient is provided, a new one will be created.