@builder.io/ai-utils
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,5 +0,5 @@ | ||
import type { BuilderElement, Component } from "@builder.io/sdk"; | ||
import type { BuilderContent, BuilderElement, Component } from "@builder.io/sdk"; | ||
import type { MessageParam } from "./messages"; | ||
import type { BuilderModel } from "./events"; | ||
export type { BuilderElement, Component }; | ||
export type { BuilderContent, BuilderElement, Component }; | ||
export interface CompletionOptions { | ||
@@ -45,5 +45,10 @@ /** | ||
* Builder element. | ||
* @deprecated Use builderContent instead | ||
*/ | ||
builderElement?: BuilderElement; | ||
/** | ||
* Top level Builder content. The data.blocks array contains the BuilderElement. | ||
*/ | ||
builderContent?: BuilderContent; | ||
/** | ||
* Builder model. | ||
@@ -50,0 +55,0 @@ */ |
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
15624
514