@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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +72 -72
package/dist/index.js
CHANGED
|
@@ -837,6 +837,7 @@ var createAgent = async (request, ctx) => {
|
|
|
837
837
|
socialLinks: body.socialLinks ?? void 0,
|
|
838
838
|
modelName: typeof body.modelName === "string" ? body.modelName : void 0,
|
|
839
839
|
webSearchEnabled: typeof body.webSearchEnabled === "boolean" ? body.webSearchEnabled : void 0,
|
|
840
|
+
sandboxEnabled: typeof body.sandboxEnabled === "boolean" ? body.sandboxEnabled : void 0,
|
|
840
841
|
visibility: body.visibility,
|
|
841
842
|
category: body.category,
|
|
842
843
|
skills: Array.isArray(body.skills) ? body.skills : void 0,
|