apply_patch_call_output on the next turn.
Example Usage
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
callId | string | :heavy_minus_sign: | N/A | |
id | string | :heavy_minus_sign: | N/A | |
operation | models.ApplyPatchCallOperation | :heavy_minus_sign: | 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 | models.ToolCallStatus | :heavy_check_mark: | N/A | completed |
type | models.OutputApplyPatchServerToolItemType | :heavy_check_mark: | N/A |