@msbayindir/context-rag 1.0.0-beta.2 → 1.0.0-beta.3

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/dist/index.cjs CHANGED
@@ -1937,7 +1937,7 @@ ${chunk.content}
1937
1937
  };
1938
1938
 
1939
1939
  // src/enhancements/enhancement-registry.ts
1940
- function createEnhancementHandler(config, resolvedConfig, gemini) {
1940
+ function createEnhancementHandler(config, _resolvedConfig, gemini) {
1941
1941
  if (!config || config.approach === "none") {
1942
1942
  return new NoOpHandler();
1943
1943
  }