Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_ComputerToolCall.hrl
Raw

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