Table of Contents

Class FilePathAnnotation

Namespace
OpenAI.ObjectModels.SharedModels
Assembly
AntRunnerLib.dll
public class FilePathAnnotation : IEquatable<FilePathAnnotation>
Inheritance
System.Object
FilePathAnnotation
Implements
System.IEquatable<FilePathAnnotation>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

FileId

The ID of the file that was generated.

[JsonPropertyName("file_id")]
public string FileId { get; set; }

Property Value

System.String