Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_OutputTextContent.hrl
Raw

include/glopenai@response_OutputTextContent.hrl

-record(output_text_content, {
annotations :: list(glopenai@response:annotation()),
logprobs :: gleam@option:option(list(glopenai@response:response_log_prob())),
text :: binary()
}).