@baseai/core
Advanced tools
Comparing version 0.9.30-snapshot.0 to 0.9.30
# `baseai` SDK | ||
## 0.9.30 | ||
### Patch Changes | ||
- 📦 NEW: Request production AI agent pipe | ||
## 0.9.29 | ||
@@ -4,0 +10,0 @@ |
@@ -102,3 +102,3 @@ import { ChatCompletionStream } from 'openai/lib/ChatCompletionStream'; | ||
interface RunOptionsStream extends RunOptions { | ||
stream: true; | ||
stream: boolean; | ||
} | ||
@@ -105,0 +105,0 @@ interface Usage { |
{ | ||
"name": "@baseai/core", | ||
"description": "The Web AI Framework's core - BaseAI.dev", | ||
"version": "0.9.30-snapshot.0", | ||
"version": "0.9.30", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "sideEffects": false, |
@@ -82,3 +82,3 @@ import { ChatCompletionStream } from 'openai/lib/ChatCompletionStream'; | ||
interface RunOptionsStream extends RunOptions { | ||
stream: true; | ||
stream: boolean; | ||
} | ||
@@ -85,0 +85,0 @@ interface Usage { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
464035