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

#include <FileTypes.h>

Public Attributes

FString File
 
FString Purpose
 

Detailed Description

Upload a file that can be used across various endpoints. Individual files can be up to 512 MB, and the size of all files uploaded by one organization can be up to 100 GB.

Member Data Documentation

◆ File

FString FUploadFile::File

The File object (not file name) to be uploaded.

◆ Purpose

FString FUploadFile::Purpose

The intended purpose of the uploaded file.

Use "assistants" for Assistants and Message files, "vision" for Assistants image file inputs, "batch" for Batch API, and "fine-tune" for Fine-tuning.


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