Skip to content

SandboxTool

type SandboxTool = Tool<typeof sandboxToolInputSchema, typeof sandboxToolOutputSchema>;

Defined in: tool/tool.ts:54

The tool produced by createSandboxTool: takes a script string and returns the run’s console output and current data keys.