Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.AgentClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public AgentClient(
{
}

/// <summary>
/// Creates a new instance of the AgentClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public AgentClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the AgentClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.ApiKeyClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public ApiKeyClient(
{
}

/// <summary>
/// Creates a new instance of the ApiKeyClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public ApiKeyClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ApiKeyClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.ComparisonClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public ComparisonClient(
{
}

/// <summary>
/// Creates a new instance of the ComparisonClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public ComparisonClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ComparisonClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.CreditsClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public CreditsClient(
{
}

/// <summary>
/// Creates a new instance of the CreditsClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public CreditsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the CreditsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.CustomerClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public CustomerClient(
{
}

/// <summary>
/// Creates a new instance of the CustomerClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public CustomerClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the CustomerClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.DashboardClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public DashboardClient(
{
}

/// <summary>
/// Creates a new instance of the DashboardClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public DashboardClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the DashboardClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.DatasetClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public DatasetClient(
{
}

/// <summary>
/// Creates a new instance of the DatasetClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public DatasetClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the DatasetClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.EvalsClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public EvalsClient(
{
}

/// <summary>
/// Creates a new instance of the EvalsClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public EvalsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the EvalsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.EvaluatorClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public EvaluatorClient(
{
}

/// <summary>
/// Creates a new instance of the EvaluatorClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public EvaluatorClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the EvaluatorClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.ExperimentClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public ExperimentClient(
{
}

/// <summary>
/// Creates a new instance of the ExperimentClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public ExperimentClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ExperimentClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.HeliconeClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,27 @@ public HeliconeClient(
{
}

/// <summary>
/// Creates a new instance of the HeliconeClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public HeliconeClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the HeliconeClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.HeliconeSqlClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public HeliconeSqlClient(
{
}

/// <summary>
/// Creates a new instance of the HeliconeSqlClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public HeliconeSqlClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the HeliconeSqlClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.IntegrationClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public IntegrationClient(
{
}

/// <summary>
/// Creates a new instance of the IntegrationClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public IntegrationClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the IntegrationClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Helicone/Generated/Helicone.MetricsClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public MetricsClient(
{
}

/// <summary>
/// Creates a new instance of the MetricsClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public MetricsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Helicone.EndPointAuthorization>? authorizations,
global::Helicone.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the MetricsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Loading