@builder.io/ai-utils
Advanced tools
Comparing version 0.0.63 to 0.0.64
@@ -71,2 +71,10 @@ import type { BuilderContent, BuilderElement, Component } from "@builder.io/sdk"; | ||
stream?: boolean; | ||
/** | ||
* Provide a system prompt id to lookup a pre-defined system prompt | ||
* text sent to the LLM. Must be a pre-defined system prompt id! | ||
*/ | ||
systemPromptIds?: { | ||
"semantic-tags"?: string; | ||
"content-edit"?: string; | ||
}; | ||
} | ||
@@ -73,0 +81,0 @@ export interface BuilderEditorState { |
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.0.63", | ||
"version": "0.0.64", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
28138
924