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