Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_ListChatKitThreadItemsQuery.hrl
Raw

include/glopenai@chatkit_ListChatKitThreadItemsQuery.hrl

-record(list_chat_kit_thread_items_query, {
limit :: gleam@option:option(integer()),
order :: gleam@option:option(glopenai@chatkit:list_chat_kit_thread_items_order()),
'after' :: gleam@option:option(binary()),
before :: gleam@option:option(binary())
}).