Last updated 6 months ago
Moves a file to a new location based on the assistant's guidance.
- name: move_file_using_assistant arguments: path_to_file: '<path-to-file>' move_file_prompt: '<move-file-prompt>' returns: '<new-file-path>'
path_to_file
string
The file path before moving it.
move_file_prompt
prompt
Prompt for moving the file.
The new path of the moved file.