2.1.0
BoxLang AI Module v2.1.0 Release Notes - Multi-Tenant Tracking, OpenSearch Vector Memory, Bedrock Streaming, and Provider Configuration
π Major Features
Multi-Tenant Usage Tracking
// Tag requests with tenant information
result = aiChat(
messages: "Generate report",
options: {
tenantId: "customer-123",
usageMetadata: {
costCenter: "marketing",
projectId: "campaign-2024",
userId: "user@example.com"
}
}
)
// Works with all providers: OpenAI, Bedrock, Ollama, DeepSeek, etc.Predefined Provider Configuration
Provider-Specific Options
OpenSearch Vector Memory Provider
OpenAI-Compatible Embedding Support
AWS Bedrock Streaming Support
Custom Ollama Base URLs
π New Features
π§ Enhancements
π Bug Fixes
π Documentation Updates
π Upgrade Notes
π Thank You
Last updated