Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_ListChatKitThreadsQuery.hrl
Raw

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())
}).