In planetiler I created a CEL script through ScriptHost.ScriptBuilder and I want to increase the limit on maximum size of a CEL expression. That option appears to be exposed on Parser.parse(options, source) but I can't see a way to configure those options from the top-level script builder API. Would it be possible to let the top-level script builder AI control those parse options? Or is there another way to do this?