upload_files
Set files on a file input by CSS selector or intent, validating paths within the file root. Replaces current selection and returns status for review or blocking.
Instructions
Set files on a file input, chosen by a CSS selector or by an intent Jev resolves. With an intent and several file inputs, the choice goes through the gate first. Every path must exist and sit inside --file-root (default: the working directory; set it explicitly if the server runs from / or $HOME); the call replaces the input's current selection. Returns {files, status, reason, target, executed} — status "review" or "blocked" means nothing was set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | ||
| intent | No | ||
| selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |