@nuclia/core
Advanced tools
Comparing version 1.19.1 to 1.19.2
@@ -0,1 +1,7 @@ | ||
# 1.19.2 (2024-08-19) | ||
### Bug fix | ||
- Fix RAG pipeline variable replacement | ||
# 1.19.1 (2024-08-14) | ||
@@ -2,0 +8,0 @@ |
@@ -186,7 +186,9 @@ import { Observable, Subject } from 'rxjs'; | ||
private runUserAction; | ||
private getObjectValue; | ||
private format; | ||
private formatObject; | ||
private eval; | ||
} | ||
} | ||
export declare function getObjectValue(obj: object, path: string): any; | ||
export declare function format(expression: string, context: any, skipMissing?: boolean): string | undefined; | ||
export declare function formatObject(obj: any, context: any): any; | ||
export declare function evaluateExpression<T>(expression: string, context: any): T | undefined; |
@@ -5,2 +5,3 @@ export * from './filter'; | ||
export * from './ask'; | ||
export * from './agentic'; | ||
export * from './ask.models'; |
{ | ||
"name": "@nuclia/core", | ||
"version": "1.19.1", | ||
"version": "1.19.2", | ||
"description": "SDK allowing to integrate Nuclia services in your frontend application", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -186,7 +186,9 @@ import { Observable, Subject } from 'rxjs'; | ||
private runUserAction; | ||
private getObjectValue; | ||
private format; | ||
private formatObject; | ||
private eval; | ||
} | ||
} | ||
export declare function getObjectValue(obj: object, path: string): any; | ||
export declare function format(expression: string, context: any, skipMissing?: boolean): string | undefined; | ||
export declare function formatObject(obj: any, context: any): any; | ||
export declare function evaluateExpression<T>(expression: string, context: any): T | undefined; |
@@ -5,2 +5,3 @@ export * from './filter'; | ||
export * from './ask'; | ||
export * from './agentic'; | ||
export * from './ask.models'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
533372
10360