Current section
Files
Jump to
Current section
Files
include/glopenai@completion_CreateCompletionResponse.hrl
-record(create_completion_response, {
id :: binary(),
choices :: list(glopenai@completion:completion_choice()),
created :: integer(),
model :: binary(),
system_fingerprint :: gleam@option:option(binary()),
object :: binary(),
usage :: gleam@option:option(glopenai@shared:completion_usage())
}).