@absolutejs/absolute 0.19.0-beta.529 → 0.19.0-beta.530

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.
@@ -1692,6 +1692,7 @@ export type RAGHTMXWorkflowRenderConfig = {
1692
1692
  searchResults?: (input: {
1693
1693
  query: string;
1694
1694
  results: RAGSource[];
1695
+ trace?: RAGRetrievalTrace;
1695
1696
  }) => string;
1696
1697
  searchResultItem?: (source: RAGSource, index: number) => string;
1697
1698
  documents?: (input: {
package/package.json CHANGED
@@ -228,12 +228,12 @@
228
228
  "main": "./dist/index.js",
229
229
  "name": "@absolutejs/absolute",
230
230
  "optionalDependencies": {
231
- "@absolutejs/native-darwin-arm64": "0.19.0-beta.529",
232
- "@absolutejs/native-darwin-x64": "0.19.0-beta.529",
233
- "@absolutejs/native-linux-arm64": "0.19.0-beta.529",
234
- "@absolutejs/native-linux-x64": "0.19.0-beta.529",
235
- "@absolutejs/native-windows-arm64": "0.19.0-beta.529",
236
- "@absolutejs/native-windows-x64": "0.19.0-beta.529"
231
+ "@absolutejs/native-darwin-arm64": "0.19.0-beta.530",
232
+ "@absolutejs/native-darwin-x64": "0.19.0-beta.530",
233
+ "@absolutejs/native-linux-arm64": "0.19.0-beta.530",
234
+ "@absolutejs/native-linux-x64": "0.19.0-beta.530",
235
+ "@absolutejs/native-windows-arm64": "0.19.0-beta.530",
236
+ "@absolutejs/native-windows-x64": "0.19.0-beta.530"
237
237
  },
238
238
  "overrides": {
239
239
  "@typescript-eslint/utils": "8.56.1"
@@ -314,5 +314,5 @@
314
314
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
315
315
  },
316
316
  "types": "./dist/src/index.d.ts",
317
- "version": "0.19.0-beta.529"
317
+ "version": "0.19.0-beta.530"
318
318
  }