@effect/ai
Advanced tools
Comparing version
@@ -165,3 +165,3 @@ "use strict"; | ||
description: getDescription(schema.ast), | ||
parameters: makeJsonSchema(schema.ast), | ||
parameters: makeJsonSchema(AST.omit(schema.ast, ["_tag"])), | ||
structured | ||
@@ -168,0 +168,0 @@ }); |
@@ -154,3 +154,3 @@ /** | ||
description: getDescription(schema.ast), | ||
parameters: makeJsonSchema(schema.ast), | ||
parameters: makeJsonSchema(AST.omit(schema.ast, ["_tag"])), | ||
structured | ||
@@ -157,0 +157,0 @@ }); |
{ | ||
"name": "@effect/ai", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"description": "Effect modules for working with AI apis", | ||
@@ -14,5 +14,5 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@effect/experimental": "^0.41.6", | ||
"@effect/platform": "^0.77.6", | ||
"effect": "^3.13.6" | ||
"@effect/experimental": "^0.41.7", | ||
"@effect/platform": "^0.77.7", | ||
"effect": "^3.13.7" | ||
}, | ||
@@ -19,0 +19,0 @@ "publishConfig": { |
@@ -318,3 +318,3 @@ /** | ||
description: getDescription(schema.ast), | ||
parameters: makeJsonSchema(schema.ast), | ||
parameters: makeJsonSchema(AST.omit(schema.ast, ["_tag"])), | ||
structured | ||
@@ -321,0 +321,0 @@ }) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
421098
0.04%