Packages

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

Current section

Files

Jump to
glopenai include glopenai@chat_FunctionToolCall.hrl
Raw

include/glopenai@chat_FunctionToolCall.hrl

-record(function_tool_call, {
id :: binary(),
function :: glopenai@shared:function_call()
}).