Current section
Files
Jump to
Current section
Files
include/glopenai@response_ApplyPatchToolCallOutputItemParam.hrl
-record(apply_patch_tool_call_output_item_param, {
id :: gleam@option:option(binary()),
call_id :: binary(),
status :: glopenai@response:apply_patch_call_output_status_param(),
output :: gleam@option:option(binary())
}).