diff --git a/README.md b/README.md index 1eedc0dcc..35dd9df72 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ $`Analyze FILE and extract data to JSON using the ${schema} schema.` ### 📋 Data Schemas -Define, validate, and repair data using [schemas](https://microsoft.github.io/genaiscript/reference/scripts/schemas). +Define, validate, and repair data using [schemas](https://microsoft.github.io/genaiscript/reference/scripts/schemas). Zod support builtin. ```js const data = defSchema("MY_DATA", { type: "array", items: { ... } }) diff --git a/packages/cli/README.md b/packages/cli/README.md index 5dc1df857..c249ab1d4 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -94,7 +94,7 @@ $`Analyze FILE and extract data to JSON using the ${schema} schema.` ### 📋 Data Schemas -Define, validate, and repair data using [schemas](https://microsoft.github.io/genaiscript/reference/scripts/schemas). +Define, validate, and repair data using [schemas](https://microsoft.github.io/genaiscript/reference/scripts/schemas). Zod support builtin. ```js const data = defSchema("MY_DATA", { type: "array", items: { ... } }) diff --git a/packages/vscode/README.md b/packages/vscode/README.md index c649e8b11..2e9fd84dd 100644 --- a/packages/vscode/README.md +++ b/packages/vscode/README.md @@ -24,7 +24,7 @@ $`Analyze FILE and - 📁 Scripts are [files](https://microsoft.github.io/genaiscript/reference/scripts/)! They can be versioned, shared, forked, ... -- 📊 Define, validate, repair data using [schemas](https://microsoft.github.io/genaiscript/reference/scripts/schemas). +- 📊 Define, validate, repair data using [schemas](https://microsoft.github.io/genaiscript/reference/scripts/schemas). Zod support builtin. ```js wrap const data = defSchema("MY_DATA",