mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
28 lines
587 B
Plaintext
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 */
|
|
```
|
|
|