Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and HavenDV committed Nov 17, 2024
1 parent 1ba8c02 commit 069560e
Show file tree
Hide file tree
Showing 119 changed files with 454 additions and 10,853 deletions.
36 changes: 0 additions & 36 deletions src/libs/AI21/Generated/AI21.Ai21Api.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,33 +64,6 @@ public sealed partial class Ai21Api : global::AI21.IAi21Api, global::System.IDis
JsonSerializerContext = JsonSerializerContext,
};

/// <summary>
///
/// </summary>
public ParaphraseClient Paraphrase => new ParaphraseClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
};

/// <summary>
///
/// </summary>
public SummarizeClient Summarize => new SummarizeClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
};

/// <summary>
///
/// </summary>
public SegmentationClient Segmentation => new SegmentationClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
};

/// <summary>
///
/// </summary>
Expand All @@ -109,15 +82,6 @@ public sealed partial class Ai21Api : global::AI21.IAi21Api, global::System.IDis
JsonSerializerContext = JsonSerializerContext,
};

/// <summary>
///
/// </summary>
public ChatClient Chat => new ChatClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
};

/// <summary>
/// Creates a new instance of the Ai21Api.
/// If no httpClient is provided, a new one will be created.
Expand Down
281 changes: 0 additions & 281 deletions src/libs/AI21/Generated/AI21.ChatClient.V1J2UltraChat.g.cs

This file was deleted.

Loading

0 comments on commit 069560e

Please sign in to comment.