openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fe4d6cf1ccfea48fa5c2baf67103495ac9b459dd

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

OpenAI/src/Custom/Containers/ContainerResourceExpiresAfter.cs

11lines · modecode

1using Microsoft.TypeSpec.Generator.Customizations;
2
3namespace OpenAI.Containers;
4
5// CUSTOM: Renamed.
6[CodeGenType("ContainerResourceExpiresAfter")]
7public partial class ContainerResourceExpiresAfter
8{
9 // CUSTOM: Convert to a string for back compatibility.
10 public string Anchor { get; }
11}
12