Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_UrlCitationBody.hrl
Raw

include/glopenai@response_UrlCitationBody.hrl

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