Current section
Files
Jump to
Current section
Files
include/glopenai@file_OpenAiFile.hrl
-record(open_ai_file, {
id :: binary(),
object :: binary(),
bytes :: integer(),
created_at :: integer(),
expires_at :: gleam@option:option(integer()),
filename :: binary(),
purpose :: glopenai@file:open_ai_file_purpose()
}).