@builder.io/ai-utils
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -234,2 +234,6 @@ import type { BuilderContent, BuilderElement } from "@builder.io/sdk"; | ||
outputTokens?: number; | ||
/** | ||
* Number of streamed snapshots | ||
*/ | ||
streamedSnapshots?: number; | ||
} | ||
@@ -287,2 +291,3 @@ export interface ModelCreateEvent { | ||
builderEmail?: string; | ||
completionId?: string; | ||
} | ||
@@ -289,0 +294,0 @@ export interface ThreadCreatedEvent { |
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
24416
806