apply_patch_call_output on the next turn.
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
CallID | string | :heavy_check_mark: | N/A | |
ID | optionalnullable.OptionalNullable[string] | :heavy_minus_sign: | N/A | |
Operation | components.ApplyPatchCallOperation | :heavy_check_mark: | The patch operation requested by an apply_patch_call. create_file and update_file carry a V4A diff; delete_file omits it. | {"diff": "@@ function main() {\n+ console.log(\"hi\");\n }”,“path”: “/src/main.ts”, “type”: “update_file” } |
Status | components.ApplyPatchCallStatus | :heavy_check_mark: | Lifecycle state of an apply_patch_call output item. | completed |
Type | components.ApplyPatchCallItemType | :heavy_check_mark: | N/A |