remove example path
This commit is contained in:
@@ -2597,3 +2597,67 @@ Updated the batch file to pause at the end on both success and failure, so you c
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
_**User**_
|
||||||
|
|
||||||
|
@PowerShell Extension (1-1074) wow, all that happened in one second?
|
||||||
|
|
||||||
|
remove the e.g. path, it's too long and not useful anyway.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
_**Agent (model default, mode Agent)**_
|
||||||
|
|
||||||
|
|
||||||
|
Removing the example path from the prompt:
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<tool-use data-tool-type="read" data-tool-name="read_file_v2">
|
||||||
|
<details><summary>Tool use: **read_file_v2** • Read file: a:\1 Amazon_Active_Projects\3 ProjectStructure\organize_textures.ps1</summary>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
</tool-use>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<tool-use data-tool-type="unknown" data-tool-name="edit_file_v2">
|
||||||
|
<details>
|
||||||
|
<summary>Tool use: **edit_file_v2**</summary>
|
||||||
|
|
||||||
|
|
||||||
|
Parameters:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"relativeWorkspacePath": "a:\\1 Amazon_Active_Projects\\3 ProjectStructure\\organize_textures.ps1"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Additional data:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"codeblockId": "da996a06-6cad-45b0-8103-8c865d2cf6dc"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Status: **completed**
|
||||||
|
|
||||||
|
|
||||||
|
</details>
|
||||||
|
</tool-use>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
Removed the example path from the prompt. It now reads "Enter texture folder path" without the long example.
|
||||||
|
|
||||||
|
Note: The checksum errors suggest `Get-FileHash` isn't available, possibly due to PowerShell version or execution policy. The script should still work once that's resolved.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Usage: .\organize_textures.ps1
|
# Usage: .\organize_textures.ps1
|
||||||
|
|
||||||
# Prompt user for texture folder path
|
# Prompt user for texture folder path
|
||||||
$textureFolderPath = Read-Host "Enter texture folder path (e.g., A:\1 Amazon_Active_Projects\1 BlenderAssets\Amazon\Char\Cartoon1\textures)"
|
$textureFolderPath = Read-Host "Enter texture folder path"
|
||||||
|
|
||||||
# Validate the input path
|
# Validate the input path
|
||||||
if ([string]::IsNullOrWhiteSpace($textureFolderPath)) {
|
if ([string]::IsNullOrWhiteSpace($textureFolderPath)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user