move_file_using_assistant

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

Arguments

NameTypeDescriptionRequired

path_to_file

string

The file path before moving it.

move_file_prompt

string

Prompt for moving the file.

Returns

TypeDescription

string

The new path of the moved file.

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