Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@chat_ChatChoiceStream.hrl
Raw

include/glopenai@chat_ChatChoiceStream.hrl

-record(chat_choice_stream, {
index :: integer(),
delta :: glopenai@chat:chat_completion_stream_delta(),
finish_reason :: gleam@option:option(glopenai@chat:finish_reason())
}).