Current section
Files
Jump to
Current section
Files
include/glopenai@response_ComputerToolCall.hrl
-record(computer_tool_call, {
action :: gleam@option:option(glopenai@response:computer_action()),
actions :: gleam@option:option(list(glopenai@response:computer_action())),
call_id :: binary(),
id :: binary(),
pending_safety_checks :: list(glopenai@response:computer_call_safety_check_param()),
status :: glopenai@response:output_status()
}).