Class Attachment
- Namespace
- OpenAI.ObjectModels.RequestModels
- Assembly
- AntRunnerLib.dll
public class Attachment
- Inheritance
-
System.ObjectAttachment
- 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 to attach. See list of supported file extensions .
[JsonPropertyName("file_id")]
public string FileId { get; set; }
Property Value
- System.String
Tools
The tools to add this file to.
[JsonPropertyName("tools")]
public List<ToolDefinition> Tools { get; set; }
Property Value
- List<ToolDefinition>