Skip to content

Interface: FromToolDescriptorsOptions

Defined in: packages/sdk/src/renderer/templates/tool-adapter.ts:11

Options for fromToolDescriptors.

Properties

PropertyTypeDescriptionDefined 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

Matterway Assistant SDK Documentation