|
Unreal OpenAI API 1.0.0
|
Public Attributes | |
| FOptionalString | After |
| FOptionalInt | Limit |
| FOptionalString | Order |
| FOptionalString | Purpose |
| FOptionalString FListFilesParams::After |
A cursor for use in pagination. After is an object ID that defines your place in the list.
| FOptionalInt FListFilesParams::Limit |
A limit on the number of objects to be returned. Limit can range between 1 and 10,000. Default is 10,000.
| FOptionalString FListFilesParams::Order |
Sort order by the created_at timestamp. "asc" for ascending, "desc" for descending.
| FOptionalString FListFilesParams::Purpose |
Only return files with the given purpose.