Current section
Files
Jump to
Current section
Files
include/glopenai@response_ComputerCallOutputItemParam.hrl
-record(computer_call_output_item_param, {
call_id :: binary(),
output :: glopenai@response:computer_screenshot_image(),
acknowledged_safety_checks :: gleam@option:option(list(glopenai@response:computer_call_safety_check_param())),
id :: gleam@option:option(binary()),
status :: gleam@option:option(glopenai@response:output_status())
}).