-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added GenerateSuperTypeForJsonSerializerContext.
- Loading branch information
Showing
20 changed files
with
763 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
130 changes: 130 additions & 0 deletions
130
...hotTests/Snapshots/Ollama/SystemTextJson/_#OpenApiGeneratorTrimmableSupport.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
//HintName: OpenApiGeneratorTrimmableSupport.g.cs | ||
|
||
#nullable enable | ||
|
||
namespace G | ||
{ | ||
public sealed partial class OpenApiGeneratorTrimmableSupport | ||
{ | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public GenerateCompletionRequest? GenerateCompletionRequest { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public GenerateCompletionRequestFormat? GenerateCompletionRequestFormat { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public RequestOptions? RequestOptions { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public ResponseFormat? ResponseFormat { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public GenerateCompletionResponse? GenerateCompletionResponse { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public GenerateChatCompletionRequest? GenerateChatCompletionRequest { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public GenerateChatCompletionRequestFormat? GenerateChatCompletionRequestFormat { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public GenerateChatCompletionResponse? GenerateChatCompletionResponse { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public Message? Message { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public MessageRole? MessageRole { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public GenerateEmbeddingRequest? GenerateEmbeddingRequest { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public GenerateEmbeddingResponse? GenerateEmbeddingResponse { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public CreateModelRequest? CreateModelRequest { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public CreateModelResponse? CreateModelResponse { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public CreateModelResponseStatus? CreateModelResponseStatus { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public CreateModelStatus? CreateModelStatus { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public ModelsResponse? ModelsResponse { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public Model? Model { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public ModelInfoRequest? ModelInfoRequest { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public ModelInfo? ModelInfo { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public CopyModelRequest? CopyModelRequest { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public DeleteModelRequest? DeleteModelRequest { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public PullModelRequest? PullModelRequest { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public PullModelResponse? PullModelResponse { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public PullModelResponseStatus? PullModelResponseStatus { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public PullModelStatus? PullModelStatus { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public PushModelRequest? PushModelRequest { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public PushModelResponse? PushModelResponse { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public PushModelResponseStatus? PushModelResponseStatus { get; set; } | ||
/// <summary> | ||
/// | ||
/// </summary> | ||
public PushModelStatus? PushModelStatus { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.