@builder.io/ai-utils
Advanced tools
Comparing version
{ | ||
"name": "@builder.io/ai-utils", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Builder.io AI utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -94,3 +94,6 @@ import type { | ||
export interface GetBuildOutputToolInput {} | ||
export interface DevServerControlInput { | ||
restart?: boolean; | ||
getLogs?: boolean; | ||
} | ||
@@ -111,3 +114,3 @@ export interface BashToolInput { | ||
get_rule: GetRuleToolInput; | ||
get_build_output: GetBuildOutputToolInput; | ||
dev_server_control: DevServerControlInput; | ||
bash: BashToolInput; | ||
@@ -407,4 +410,5 @@ web_search: WebSearchToolInput; | ||
type: "stdio"; | ||
command: string; | ||
stream: "stdout" | "stderr"; | ||
source: "run-command"; | ||
source: "run-command" | "tool-command"; | ||
content: string; | ||
@@ -462,2 +466,3 @@ } | ||
attachments?: Attachment[]; | ||
debugMode?: boolean; | ||
} | ||
@@ -464,0 +469,0 @@ |
36729
0.27%1420
0.35%