Packages

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

Current section

Files

Jump to
glopenai include glopenai@chat_UrlCitation.hrl
Raw

include/glopenai@chat_UrlCitation.hrl

-record(url_citation, {
start_index :: integer(),
end_index :: integer(),
title :: binary(),
url :: binary()
}).