Files
openrouter-python-sdk-retry…/docs/components/applypatchcalloperation.mdx

28 lines
587 B
Plaintext

---
title: "ApplyPatchCallOperation"
---
The patch operation requested by an `apply_patch_call`. `create_file` and `update_file` carry a V4A diff; `delete_file` omits it.
## Supported Types
### `components.ApplyPatchCreateFileOperation`
```python
value: components.ApplyPatchCreateFileOperation = /* values here */
```
### `components.ApplyPatchDeleteFileOperation`
```python
value: components.ApplyPatchDeleteFileOperation = /* values here */
```
### `components.ApplyPatchUpdateFileOperation`
```python
value: components.ApplyPatchUpdateFileOperation = /* values here */
```