Packages

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

Current section

Files

Jump to
glopenai include glopenai@chatkit_ChatSessionHistory.hrl
Raw

include/glopenai@chatkit_ChatSessionHistory.hrl

-record(chat_session_history, {
enabled :: boolean(),
recent_threads :: gleam@option:option(integer())
}).