From 78f2c445f88136bdc596e57b91bec1b223f782d9 Mon Sep 17 00:00:00 2001 From: inaridiy Date: Mon, 30 Sep 2024 20:08:01 +0900 Subject: [PATCH] chore: changest --- .changeset/silly-frogs-tell.md | 10 ++++++++++ examples/ai-learning/src/auto-optimize.ts | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .changeset/silly-frogs-tell.md diff --git a/.changeset/silly-frogs-tell.md b/.changeset/silly-frogs-tell.md new file mode 100644 index 0000000..861684a --- /dev/null +++ b/.changeset/silly-frogs-tell.md @@ -0,0 +1,10 @@ +--- +"ai-learning": patch +"translate": patch +"scraping": patch +"webforai": patch +"simple": patch +"bench": patch +--- + +improve seido diff --git a/examples/ai-learning/src/auto-optimize.ts b/examples/ai-learning/src/auto-optimize.ts index 4e02d87..37b31a8 100644 --- a/examples/ai-learning/src/auto-optimize.ts +++ b/examples/ai-learning/src/auto-optimize.ts @@ -1,5 +1,4 @@ import { promises as fs } from "node:fs"; -import * as path from "node:path"; import { google } from "@ai-sdk/google"; import { generateObject } from "ai"; import dotenv from "dotenv";