Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_FunctionShellCallItemParam.hrl
Raw

include/glopenai@response_FunctionShellCallItemParam.hrl

-record(function_shell_call_item_param, {
id :: gleam@option:option(binary()),
call_id :: binary(),
action :: glopenai@response:function_shell_action_param(),
status :: gleam@option:option(glopenai@response:function_shell_call_item_status()),
environment :: gleam@option:option(glopenai@response:function_shell_call_item_environment())
}).