Table of Contents

Class AssistantFileCreateRequest

Namespace
OpenAI.ObjectModels.RequestModels
Assembly
AntRunnerLib.dll
public class AssistantFileCreateRequest
Inheritance
System.Object
AssistantFileCreateRequest
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

A File ID (with purpose="assistants") that the assistant should use. Useful for tools like retrieval and code_interpreter that can access files.

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

Property Value

System.String