Current section
Files
Jump to
Current section
Files
include/gllm@types@chat_completion_ChatCompletion.hrl
-record(chat_completion, {
id :: binary(),
provider :: binary(),
model :: binary(),
object :: binary(),
created :: integer(),
choices :: list(gllm@types@choice:choice()),
usage :: gllm@types@usage:usage()
}).