ApplyPatchToolParam interface
Allows the assistant to create, delete, or update files using unified diffs.
- Extends
Properties
| allowed_callers | The callers that may invoke this apply-patch tool, either directly or programmatically. |
| type | The type of the tool. Always |
Property Details
allowed_callers
The callers that may invoke this apply-patch tool, either directly or programmatically.
allowed_callers?: CallableToolAllowedCaller[]
Property Value
type
The type of the tool. Always apply_patch.
type: "apply_patch"
Property Value
"apply_patch"