AI/Tasks/CurrentTask.txt
|
Please read the function at:
C:\repos\TechToolbox\Public\System\Watch-ISPConnection.ps1 Generate a complete Watch-ISPConnection.md help document following Get-Help -Online best practices. You MUST write the final markdown to this exact file path: C:\repos\TechToolbox-Docs\Watch-ISPConnection.md Important requirements: - You MUST call the WRITE-FILE tool. - The WRITE-FILE toolArgs MUST include: "path": "C:\\repos\\TechToolbox-Docs\\Watch-ISPConnection.md" "content": "<escaped markdown>" - All newlines in the content MUST be escaped as \n inside JSON. - Do NOT return finalAnswer until WRITE-FILE succeeds. - After WRITE-FILE succeeds, return a short finalAnswer summarizing the action. |