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 Aug 6, 2024
1 parent e1827b6 commit 690c346
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/libs/Ollama/Generated/AnyOf.2.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace System
/// <summary>
///
/// </summary>
public readonly struct AnyOf<T1, T2> : global::System.IEquatable<AnyOf<T1, T2>>
public readonly partial struct AnyOf<T1, T2> : global::System.IEquatable<AnyOf<T1, T2>>
{
/// <summary>
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Ollama
/// <summary>
/// Status creating the model
/// </summary>
public readonly struct CreateModelStatus : global::System.IEquatable<CreateModelStatus>
public readonly partial struct CreateModelStatus : global::System.IEquatable<CreateModelStatus>
{
/// <summary>
///
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Ollama/Generated/Ollama.Models.DoneReason.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Ollama
/// <summary>
/// Reason why the model is done generating a response.
/// </summary>
public readonly struct DoneReason : global::System.IEquatable<DoneReason>
public readonly partial struct DoneReason : global::System.IEquatable<DoneReason>
{
/// <summary>
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Ollama
/// Status pulling the model.<br/>
/// Example: pulling manifest
/// </summary>
public readonly struct PullModelStatus : global::System.IEquatable<PullModelStatus>
public readonly partial struct PullModelStatus : global::System.IEquatable<PullModelStatus>
{
/// <summary>
///
Expand Down

0 comments on commit 690c346

Please sign in to comment.