Packages

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

Current section

Files

Jump to
glopenai include glopenai@chat_ToolCallChunk.hrl
Raw

include/glopenai@chat_ToolCallChunk.hrl

-record(tool_call_chunk, {
index :: integer(),
id :: gleam@option:option(binary()),
function :: gleam@option:option(glopenai@chat:function_call_stream())
}).