@kortexya/reasoninglayer 0.2.9 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -115,6 +115,7 @@ console.log(result.solutions); // Solutions with bindings
115
115
  const client = new ReasoningLayerClient({
116
116
  baseUrl: 'http://localhost:8083', // Required
117
117
  tenantId: 'your-tenant-uuid', // Required, sent as X-Tenant-Id
118
+ bearerToken: 'eyJhbGciOi...', // Optional, sent as Authorization: Bearer
118
119
  userId: 'user-uuid', // Optional, sent as X-User-Id
119
120
  namespaceId: 'ns-uuid', // Optional, sent as X-Namespace-Id
120
121
  maxRetries: 3, // Default: 3