Current section
Files
Jump to
Current section
Files
include/glopenai@chat_ChatCompletionStreamDelta.hrl
-record(chat_completion_stream_delta, {
role :: gleam@option:option(glopenai@chat:role()),
content :: gleam@option:option(binary()),
refusal :: gleam@option:option(binary()),
tool_calls :: gleam@option:option(list(glopenai@chat:tool_call_chunk()))
}).