rename_file_using_assistant
Renames a file within the project's repository based on a given prompt.
Arguments
Name | Type | Description | Required |
---|---|---|---|
path_to_file | string | The full path to the file to be renamed. | |
rename_file_prompt | prompt | A prompt describing the new name for the file. |
Returns
Type | Description |
---|---|
string | The new path of the renamed file. |
Example
Last updated