diff --git a/src/libs/CursorAgents/Generated/CursorAgents.CursorAgentsClient.g.cs b/src/libs/CursorAgents/Generated/CursorAgents.CursorAgentsClient.g.cs index d7984fc..977c980 100644 --- a/src/libs/CursorAgents/Generated/CursorAgents.CursorAgentsClient.g.cs +++ b/src/libs/CursorAgents/Generated/CursorAgents.CursorAgentsClient.g.cs @@ -65,6 +65,27 @@ public CursorAgentsClient( { } + /// + /// Creates a new instance of the CursorAgentsClient 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 CursorAgentsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::CursorAgents.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CursorAgentsClient. /// If no httpClient is provided, a new one will be created.