update_sift
Update a sift's name or instructions by providing its identifier and new values. Modify stored document queries without creating new sifts.
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 |