anythingllm_move_files
Move documents between folders by providing a list of from and to paths. This action helps reorganize file storage within the workspace.
Instructions
Move documents between folders.
Each entry in 'files' must have 'from' and 'to' keys with document paths as returned by list_documents (e.g. 'custom-documents/file.pdf-uuid.json').
Args: files: List of move operations, each with 'from' and 'to' path strings. Example: [{"from": "custom-documents/a.pdf-uuid.json", "to": "custom-documents/my-folder/a.pdf-uuid.json"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |