Current section
Files
Jump to
Current section
Files
include/glopenai@response_ApplyPatchToolCall.hrl
-record(apply_patch_tool_call, {
id :: binary(),
call_id :: binary(),
status :: glopenai@response:apply_patch_call_status_param(),
operation :: glopenai@response:apply_patch_operation(),
created_by :: gleam@option:option(binary())
}).