Table of Contents

Class FileCitation

Namespace
OpenAI.ObjectModels.SharedModels
Assembly
AntRunnerLib.dll
public class FileCitation : IEquatable<FileCitation>
Inheritance
System.Object
FileCitation
Implements
System.IEquatable<FileCitation>
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 specific File the citation/content is from.

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

Property Value

System.String

Quote

The specific quote in the file.

[JsonPropertyName("quote")]
public string Quote { get; set; }

Property Value

System.String