Current section
Files
Jump to
Current section
Files
include/gopenai@chat_CompletionResponse.hrl
-record(completion_response, {
id :: binary(),
choices :: list(gopenai@chat:choice()),
created :: integer(),
model :: binary(),
system_fingerprint :: binary(),
object :: binary(),
usage :: gopenai@chat:usage()
}).