Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_ChatSessionResource.hrl
Raw

include/glopenai@chatkit_ChatSessionResource.hrl

-record(chat_session_resource, {
id :: binary(),
object :: binary(),
expires_at :: integer(),
client_secret :: binary(),
workflow :: glopenai@chatkit:chatkit_workflow(),
user :: binary(),
rate_limits :: glopenai@chatkit:chat_session_rate_limits(),
max_requests_per_1_minute :: integer(),
status :: glopenai@chatkit:chat_session_status(),
chatkit_configuration :: glopenai@chatkit:chat_session_chatkit_configuration()
}).