@foundationui/react-hooks
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -0,1 +1,2 @@ | ||
export * from './protocol'; | ||
export * from './useFoundationModel'; |
@@ -0,1 +1,2 @@ | ||
export * from './protocol'; | ||
export * from './useFoundationModel'; |
@@ -22,2 +22,2 @@ /** | ||
export { useFoundationModel }; | ||
export { ICompletionResponse, useFoundationModel }; |
{ | ||
"name": "@foundationui/react-hooks", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Use a foundation model in your app. It gets smarter the more your users use it.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
27641
80