πŸ“„ File detail

tools/PowerShellTool/toolName.ts

🧩 .tsπŸ“ 3 linesπŸ’Ύ 110 bytesπŸ“ text
← Back to All Files

🎯 Use case

This module implements the β€œPowerShellTool” tool (Power Shell) β€” something the model can call at runtime alongside other agent tools. On the API surface it exposes POWERSHELL_TOOL_NAME β€” mainly types, interfaces, or factory objects.

Generated from folder role, exports, dependency roots, and inline comments β€” not hand-reviewed for every path.

🧠 Inline summary

// Here to break circular dependency from prompt.ts export const POWERSHELL_TOOL_NAME = 'PowerShell' as const

πŸ“€ Exports (heuristic)

  • POWERSHELL_TOOL_NAME

πŸ–₯️ Source preview

// Here to break circular dependency from prompt.ts
export const POWERSHELL_TOOL_NAME = 'PowerShell' as const