openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/sub-pr-1011-another-one

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/Custom/Containers/ContainerResourceExpiresAfter.cs

7lines · modecode

1namespace OpenAI.Containers;
2
3public partial class ContainerResourceExpiresAfter
4{
5 // CUSTOM: Convert to a string for back compatibility.
6 public string Anchor { get; }
7}
8