Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@chatkit_Attachment.hrl
Raw

include/glopenai@chatkit_Attachment.hrl

-record(attachment, {
attachment_type :: glopenai@chatkit:attachment_type(),
id :: binary(),
name :: binary(),
mime_type :: binary(),
preview_url :: gleam@option:option(binary())
}).