Current section
Files
Jump to
Current section
Files
include/glopenai@chatkit_ListChatKitThreadsQuery.hrl
-record(list_chat_kit_threads_query, {
limit :: gleam@option:option(integer()),
order :: gleam@option:option(glopenai@chatkit:list_chat_kit_threads_order()),
'after' :: gleam@option:option(binary()),
before :: gleam@option:option(binary()),
user :: gleam@option:option(binary())
}).