@builder.io/ai-utils
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -87,2 +87,10 @@ import type { BuilderContent, BuilderElement, Component } from "@builder.io/sdk"; | ||
/** | ||
* Other models in the Builder account | ||
*/ | ||
otherModels?: BuilderModel[]; | ||
/** | ||
* Email of the user in the builder. | ||
*/ | ||
userEmail?: string; | ||
/** | ||
* Selected ids in the builder. | ||
@@ -89,0 +97,0 @@ */ |
@@ -145,2 +145,3 @@ import type { BuilderContent, BuilderElement } from "@builder.io/sdk"; | ||
name?: string; | ||
friendlyName?: string; | ||
description?: string; | ||
@@ -147,0 +148,0 @@ type?: string; |
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
20719
673