Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FCreateUpload Struct Reference

Public Attributes

FString Filename
 
FString Purpose
 
int64 Bytes {}
 
FString Mime_Type
 

Member Data Documentation

◆ Bytes

int64 FCreateUpload::Bytes {}

The number of bytes in the file you are uploading.

◆ Filename

FString FCreateUpload::Filename

The name of the file to upload.

◆ Mime_Type

FString FCreateUpload::Mime_Type

The MIME type of the file. This must fall within the supported MIME types for your file purpose. See the supported MIME types for assistants and vision.

◆ Purpose

FString FCreateUpload::Purpose

The intended purpose of the uploaded file. See the documentation on File purposes: https://platform.openai.com/docs/api-reference/files/create#files-create-purpose


The documentation for this struct was generated from the following file: