@baseai/core
Advanced tools
Comparing version 0.9.36 to 0.9.37
# `baseai` SDK | ||
## 0.9.37 | ||
### Patch Changes | ||
- 👌 IMPROVE: Remove unused type | ||
## 0.9.36 | ||
@@ -4,0 +10,0 @@ |
@@ -16,6 +16,5 @@ import { ChatCompletionStream } from 'openai/lib/ChatCompletionStream'; | ||
path: string; | ||
originalName: string; | ||
} | ||
interface Document { | ||
meta?: (documnet: MemoryDocumentI) => Record<string, string>; | ||
meta?: (doc: MemoryDocumentI) => Record<string, string>; | ||
} | ||
@@ -22,0 +21,0 @@ interface Memory { |
{ | ||
"name": "@baseai/core", | ||
"description": "The Web AI Framework's core - BaseAI.dev", | ||
"version": "0.9.36", | ||
"version": "0.9.37", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
471607
5557