ToolPermission
Generated by TypeDoc. Do not edit this page directly.
Interface: ToolPermission
Section titled “Interface: ToolPermission”Defined in: packages/core/src/runtime/types/tools.ts:9
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
access? | "read" | "write" | "execute" | packages/core/src/runtime/types/tools.ts:11 |
description? | string | packages/core/src/runtime/types/tools.ts:13 |
kind | "custom" | "network" | "filesystem" | "shell" | packages/core/src/runtime/types/tools.ts:10 |
path? | string | packages/core/src/runtime/types/tools.ts:12 |