Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@baseai/core

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baseai/core - npm Package Compare versions

Comparing version 0.9.35 to 0.9.36

6

CHANGELOG.md
# `baseai` SDK
## 0.9.36
### Patch Changes
- 📦 NEW: Dynamically set document metadata
## 0.9.35

@@ -4,0 +10,0 @@

@@ -10,2 +10,13 @@ import { ChatCompletionStream } from 'openai/lib/ChatCompletionStream';

}
interface MemoryDocumentI {
name: string;
size: string;
content: string;
blob: Blob;
path: string;
originalName: string;
}
interface Document {
meta?: (documnet: MemoryDocumentI) => Record<string, string>;
}
interface Memory {

@@ -15,2 +26,3 @@ name: string;

git: GitConfig;
documents?: Document;
}

@@ -17,0 +29,0 @@

2

package.json
{
"name": "@baseai/core",
"description": "The Web AI Framework's core - BaseAI.dev",
"version": "0.9.35",
"version": "0.9.36",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc