Current section
Files
Jump to
Current section
Files
include/glopenai@chat_CreateChatCompletionStreamResponse.hrl
-record(create_chat_completion_stream_response, {
id :: binary(),
object :: binary(),
created :: integer(),
model :: binary(),
choices :: list(glopenai@chat:chat_choice_stream()),
usage :: gleam@option:option(glopenai@shared:completion_usage()),
service_tier :: gleam@option:option(glopenai@chat:service_tier()),
system_fingerprint :: gleam@option:option(binary())
}).