AAI SDK
    Preparing search index...

    Type Alias BuiltinToolOptions

    Options for creating built-in tool definitions.

    type BuiltinToolOptions = {
        runCode?: RunCodeExecutor;
    }
    Index
    runCode?: RunCodeExecutor

    In-sandbox run_code executor. Only the guest harness provides one — without it, run_code refuses to evaluate code in this process.