Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ComputerCallOutputItemParam.hrl
Raw

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())
}).