The unique ID of the apply patch tool call. Populated when this item is returned via API.
The unique ID of the apply patch tool call generated by the model.
One of the create_file, delete_file, or update_file operations applied via apply_patch.
Instruction describing how to create a file via the apply_patch tool.
Diff to apply.
Path of the file to create.
Create a new file with the provided diff.
Instruction describing how to delete a file via the apply_patch tool.
Path of the file to delete.
Delete the specified file.
Instruction describing how to update a file via the apply_patch tool.
Path of the file to update.
Update an existing file with the provided diff.
The status of the apply patch tool call. One of in_progress or completed.
in_progress
completed
The type of the item. Always apply_patch_call.
apply_patch_call
The execution context that produced this tool call.
The call ID of the program item that produced this tool call.
The ID of the entity that created this tool call.