Current section

Files

Jump to
gloq include gloq@response_ChatCompletion.hrl
Raw

include/gloq@response_ChatCompletion.hrl

-record(chat_completion, {
id :: binary(),
model :: binary(),
choices :: list(gloq@response:choice()),
usage :: gloq@response:usage()
}).