move_file_using_assistant
Moves a file to a new location based on the assistant's guidance.
Arguments
Name
Type
Description
Required
path_to_file
string
The file path before moving it.
move_file_prompt
prompt
Prompt for moving the file.
Returns
Type
Description
string
The new path of the moved file.
Example
Last updated