@personaai/runtime 0.9.4 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -865,6 +865,7 @@ var createAgent = async (request, ctx) => {
865
865
  socialLinks: body.socialLinks ?? void 0,
866
866
  modelName: typeof body.modelName === "string" ? body.modelName : void 0,
867
867
  webSearchEnabled: typeof body.webSearchEnabled === "boolean" ? body.webSearchEnabled : void 0,
868
+ sandboxEnabled: typeof body.sandboxEnabled === "boolean" ? body.sandboxEnabled : void 0,
868
869
  visibility: body.visibility,
869
870
  category: body.category,
870
871
  skills: Array.isArray(body.skills) ? body.skills : void 0,