Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_ThreadItemListResource.hrl
Raw

include/glopenai@chatkit_ThreadItemListResource.hrl

-record(thread_item_list_resource, {
object :: binary(),
data :: list(glopenai@chatkit:thread_item()),
first_id :: gleam@option:option(binary()),
last_id :: gleam@option:option(binary()),
has_more :: boolean()
}).