Current section
Files
Jump to
Current section
Files
include/glopenai@chat_ChatCompletionList.hrl
-record(chat_completion_list, {
object :: binary(),
data :: list(glopenai@chat:create_chat_completion_response()),
first_id :: gleam@option:option(binary()),
last_id :: gleam@option:option(binary()),
has_more :: boolean()
}).