OptionaljsonJSON schema validation mode.
ajv to compile schema validation functions. This is faster but requires eval or new Function support.@cfworker/json-schema to interpret schemas. This is slower but works in environments that restrict code generation (e.g. Cloudflare Workers).OptionalsandboxedWhether the runtime is sandboxed. If true, features that require access to the file system or spawning processes (like the Reflection API) will be disabled.
Runtime configuration for Genkit.