move_file_using_assistant

Moves a file to a new location based on the assistant's guidance.

Arguments

Returns

Example

- name: move_file_using_assistant
  arguments:
    path_to_file: '<path-to-file>'
    move_file_prompt: '<move-file-prompt>'
  returns: '<new-file-path>'

Last updated