From 95d57cc0e1698472e66b6c5afedb174d752075d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 02:39:29 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/StepFun.AudioClient.g.cs | 21 +++++++++++++++++++ .../StepFun/Generated/StepFun.ChatClient.g.cs | 21 +++++++++++++++++++ .../Generated/StepFun.ModelsClient.g.cs | 21 +++++++++++++++++++ .../Generated/StepFun.StepFunClient.g.cs | 21 +++++++++++++++++++ .../Generated/StepFun.TokensClient.g.cs | 21 +++++++++++++++++++ 5 files changed, 105 insertions(+) diff --git a/src/libs/StepFun/Generated/StepFun.AudioClient.g.cs b/src/libs/StepFun/Generated/StepFun.AudioClient.g.cs index d0a7c6e..e0e1d87 100644 --- a/src/libs/StepFun/Generated/StepFun.AudioClient.g.cs +++ b/src/libs/StepFun/Generated/StepFun.AudioClient.g.cs @@ -61,6 +61,27 @@ public AudioClient( { } + /// + /// Creates a new instance of the AudioClient 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 AudioClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::StepFun.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AudioClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/StepFun/Generated/StepFun.ChatClient.g.cs b/src/libs/StepFun/Generated/StepFun.ChatClient.g.cs index 5089c9f..955237e 100644 --- a/src/libs/StepFun/Generated/StepFun.ChatClient.g.cs +++ b/src/libs/StepFun/Generated/StepFun.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::StepFun.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/StepFun/Generated/StepFun.ModelsClient.g.cs b/src/libs/StepFun/Generated/StepFun.ModelsClient.g.cs index fde6af0..e2afdc5 100644 --- a/src/libs/StepFun/Generated/StepFun.ModelsClient.g.cs +++ b/src/libs/StepFun/Generated/StepFun.ModelsClient.g.cs @@ -61,6 +61,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::StepFun.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/StepFun/Generated/StepFun.StepFunClient.g.cs b/src/libs/StepFun/Generated/StepFun.StepFunClient.g.cs index 7057927..5f45a66 100644 --- a/src/libs/StepFun/Generated/StepFun.StepFunClient.g.cs +++ b/src/libs/StepFun/Generated/StepFun.StepFunClient.g.cs @@ -98,6 +98,27 @@ public StepFunClient( { } + /// + /// Creates a new instance of the StepFunClient 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 StepFunClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::StepFun.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the StepFunClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/StepFun/Generated/StepFun.TokensClient.g.cs b/src/libs/StepFun/Generated/StepFun.TokensClient.g.cs index ba40709..5a55fbc 100644 --- a/src/libs/StepFun/Generated/StepFun.TokensClient.g.cs +++ b/src/libs/StepFun/Generated/StepFun.TokensClient.g.cs @@ -61,6 +61,27 @@ public TokensClient( { } + /// + /// Creates a new instance of the TokensClient 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 TokensClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::StepFun.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TokensClient. /// If no httpClient is provided, a new one will be created.