@ax-llm/ax 16.0.4 → 16.0.5

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
@@ -4360,6 +4360,8 @@ interface AxAIMetricsInstruments {
4360
4360
  abortsCounter?: Counter;
4361
4361
  thinkingBudgetUsageCounter?: Counter;
4362
4362
  multimodalRequestsCounter?: Counter;
4363
+ cacheReadTokensCounter?: Counter;
4364
+ cacheWriteTokensCounter?: Counter;
4363
4365
  }
4364
4366
 
4365
4367
  declare enum AxAIMistralModel {
package/index.d.ts CHANGED
@@ -4360,6 +4360,8 @@ interface AxAIMetricsInstruments {
4360
4360
  abortsCounter?: Counter;
4361
4361
  thinkingBudgetUsageCounter?: Counter;
4362
4362
  multimodalRequestsCounter?: Counter;
4363
+ cacheReadTokensCounter?: Counter;
4364
+ cacheWriteTokensCounter?: Counter;
4363
4365
  }
4364
4366
 
4365
4367
  declare enum AxAIMistralModel {