Packages

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

Current section

Files

Jump to
glopenai include glopenai@chat_SystemMessage.hrl
Raw

include/glopenai@chat_SystemMessage.hrl

-record(system_message, {
content :: glopenai@chat:system_message_content(),
name :: gleam@option:option(binary())
}).