Skip to content

Commit a896a43

Browse files
gzioloCopilot
andauthored
Update docs/3.registering-abilities.md
Co-authored-by: Copilot <[email protected]>
1 parent 7e6e649 commit a896a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3.registering-abilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `$args` array accepts the following keys:
3030
- `annotations` (`array`, **Optional**): An associative array of annotations providing hints about the ability's behavior characteristics. Supports the following keys:
3131
- `instructions` (`string`): Custom instructions or guidance for using the ability (default: `''`).
3232
- `readonly` (`bool`): Whether the ability only reads data without modifying its environment (default: `false`).
33-
- `destructive` (`bool`): Whether the ability may perform destructive updates to its environment. If `false`, the ability performs only additive updates (default: `true`).
33+
- `destructive` (`bool`): Whether the ability may perform destructive updates to its environment. If `true`, the ability may perform any type of modification, including deletions or other destructive changes. If `false`, the ability performs only additive updates (default: `true`).
3434
- `idempotent` (`bool`): Whether calling the ability repeatedly with the same arguments will have no additional effect on its environment (default: `false`).
3535
- `meta` (`array`, **Optional**): An associative array for storing arbitrary additional metadata about the ability.
3636

0 commit comments

Comments
 (0)