SandboxOptions
type SandboxOptions = { actions: Record<string, Tool>;};Defined in: instance/instance.ts:40
Configuration for a Sandbox: the tools to expose, keyed by the function name scripts call them under. Each tool arrives with its dependencies already bound, so the sandbox needs no service container.
Properties
Section titled “Properties”actions
Section titled “actions”actions: Record<string, Tool>;Defined in: instance/instance.ts:41