update_sift
Modify the name or instructions of an existing sift using its identifier.
Instructions
Update an existing sift's name or instructions.
Args:
sift_id: The sift identifier
name: New name (leave empty to keep current)
instructions: New instructions (leave empty to keep current)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sift_id | Yes | ||
| name | No | ||
| instructions | No |