diff --git a/.changeset/sixty-birds-kiss.md b/.changeset/sixty-birds-kiss.md index c446ad3..1530b4c 100644 --- a/.changeset/sixty-birds-kiss.md +++ b/.changeset/sixty-birds-kiss.md @@ -1,5 +1,5 @@ --- -"hopfield": patch +"hopfield": minor --- -**Fix:** moved to fix output types. +**Fix:** fixed output types by bundling Zod. diff --git a/src/_test/function.ts b/src/_test/function.ts index f4430b5..a0f8235 100644 --- a/src/_test/function.ts +++ b/src/_test/function.ts @@ -1,7 +1,6 @@ import { hop } from '../index.js'; import openai from '../openai/index.js'; -// import OpenAI from 'openai'; import { z } from 'zod'; const template = hop.client(openai).template();