Current section
Files
Jump to
Current section
Files
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())
}).