remove example path

This commit is contained in:
Nathan
2025-12-19 11:31:47 -07:00
parent ee317463f1
commit 658052cae4
2 changed files with 65 additions and 1 deletions

View File

@@ -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.
---