Table of Contents

Class FileContentResponse<T>

Namespace
OpenAI.ObjectModels.ResponseModels.FileResponseModels
Assembly
AntRunnerLib.dll

File content response

public class FileContentResponse<T>

Type Parameters

T
Inheritance
System.Object
FileContentResponse<T>
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

Content

Content of your file

public T Content { get; set; }

Property Value

T

Error

Error

[JsonPropertyName("error")]
public Error Error { get; set; }

Property Value

Error

Successful

return false if there is an error

public bool Successful { get; }

Property Value

System.Boolean