@ax-llm/ax 13.0.23 → 13.0.24

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/index.d.cts CHANGED
@@ -4333,6 +4333,10 @@ declare class AxMiPRO<IN extends AxGenIn = AxGenIn, OUT extends AxGenOut = AxGen
4333
4333
  * Encodes a configuration into a string key for surrogate model lookup
4334
4334
  */
4335
4335
  private encodeConfiguration;
4336
+ /**
4337
+ * Simple string hash function for instruction content
4338
+ */
4339
+ private hashString;
4336
4340
  /**
4337
4341
  * Updates the surrogate model with a new configuration-score pair
4338
4342
  */
package/index.d.ts CHANGED
@@ -4333,6 +4333,10 @@ declare class AxMiPRO<IN extends AxGenIn = AxGenIn, OUT extends AxGenOut = AxGen
4333
4333
  * Encodes a configuration into a string key for surrogate model lookup
4334
4334
  */
4335
4335
  private encodeConfiguration;
4336
+ /**
4337
+ * Simple string hash function for instruction content
4338
+ */
4339
+ private hashString;
4336
4340
  /**
4337
4341
  * Updates the surrogate model with a new configuration-score pair
4338
4342
  */