Current section
Files
Jump to
Current section
Files
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())
}).