Appearance
Interface: FromToolDescriptorsOptions
Defined in: packages/sdk/src/renderer/templates/tool-adapter.ts:11
Options for fromToolDescriptors.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
roots? | string[] | Directories the tools may read/write (path inputs are resolved against them). Omitted = unrestricted — chat tools run with the skill's trust, behind the destructive-confirm gate. Pass roots to sandbox them anyway. | packages/sdk/src/renderer/templates/tool-adapter.ts:17 |