pad_append
Append content to the end of a specified pad to extend shared session memory. Use an optional expected revision to prevent concurrent write conflicts.
Instructions
Append content to the end of a pad. Optional expected_revision guards against concurrent writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pad_id | Yes | ||
| content | Yes | ||
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. | |
| expected_revision | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pad_id | Yes | ||
| revision | Yes |