Skip to content

Commit

Permalink
feat (ai/core): re-export zodSchema (#4714)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel authored Feb 5, 2025
1 parent 175cac2 commit d387989
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-plants-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'ai': patch
---

feat (ai/core): re-export zodSchema
1 change: 1 addition & 0 deletions packages/ai/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export {
parseDataStreamPart,
processDataStream,
processTextStream,
zodSchema,
} from '@ai-sdk/ui-utils';
export type {
AssistantMessage,
Expand Down

0 comments on commit d387989

Please sign in to comment.