@builder.io/ai-utils
Advanced tools
Comparing version 0.0.52 to 0.0.53
@@ -115,2 +115,3 @@ import type { BuilderContent, BuilderElement } from "@builder.io/sdk"; | ||
value: string; | ||
displayValue?: string; | ||
ts: number; | ||
@@ -117,0 +118,0 @@ /** |
@@ -6,2 +6,6 @@ export interface AssistantSettings { | ||
headingText: string; | ||
headingTitle?: string; | ||
headingImage?: string; | ||
suggestedPrompts?: SuggestedPrompt[]; | ||
hideNewChatIfNoMessages?: boolean; | ||
hideFrameworkPicker?: boolean; | ||
@@ -25,2 +29,6 @@ hideHeader?: boolean; | ||
} | ||
export interface SuggestedPrompt { | ||
text: string; | ||
type: "modify" | "interactivity" | "data"; | ||
} | ||
export interface Snippet { | ||
@@ -27,0 +35,0 @@ /** |
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.0.52", | ||
"version": "0.0.53", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
25449
835