Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ContainerFileCitationBody.hrl
Raw

include/glopenai@response_ContainerFileCitationBody.hrl

-record(container_file_citation_body, {
container_id :: binary(),
end_index :: integer(),
file_id :: binary(),
filename :: binary(),
start_index :: integer()
}).