CreateSandboxToolOptions
type CreateSandboxToolOptions = { description?: string; id?: string; name?: string;};Defined in: tool/tool.ts:57
Overrides for the tool created by createSandboxTool. Each falls back to a default when omitted.
Properties
Section titled “Properties”description?
Section titled “description?”optional description?: string;Defined in: tool/tool.ts:60
optional id?: string;Defined in: tool/tool.ts:58
optional name?: string;Defined in: tool/tool.ts:59