Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_UserMessageItem.hrl
Raw

include/glopenai@chatkit_UserMessageItem.hrl

-record(user_message_item, {
id :: binary(),
object :: binary(),
created_at :: integer(),
thread_id :: binary(),
content :: list(glopenai@chatkit:user_message_content()),
attachments :: list(glopenai@chatkit:attachment()),
inference_options :: gleam@option:option(glopenai@chatkit:inference_options())
}).