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