Patch Changes
-
#1092
c2df742Thanks @mattzcarey! - ExportnormalizeCodeutility function for use by consumers that need to normalize user-provided code to async arrow function format before sandbox execution. -
#1074
33b92d5Thanks @mattzcarey! - Removezod-to-tsdependency to reduce bundle size. Zod schemas are now converted to TypeScript strings via JSON Schema using the existingjsonSchemaToTypeString()function and AI SDK'sasSchema().