@ax-llm/ax 15.0.14 → 15.0.15

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
@@ -4155,6 +4155,7 @@ type AxMockAIServiceConfig<TModelKey> = {
4155
4155
  functions?: boolean;
4156
4156
  streaming?: boolean;
4157
4157
  structuredOutputs?: boolean;
4158
+ media?: Partial<AxAIFeatures['media']>;
4158
4159
  };
4159
4160
  models?: AxAIModelList<TModelKey>;
4160
4161
  options?: AxAIServiceOptions;
package/index.d.ts CHANGED
@@ -4155,6 +4155,7 @@ type AxMockAIServiceConfig<TModelKey> = {
4155
4155
  functions?: boolean;
4156
4156
  streaming?: boolean;
4157
4157
  structuredOutputs?: boolean;
4158
+ media?: Partial<AxAIFeatures['media']>;
4158
4159
  };
4159
4160
  models?: AxAIModelList<TModelKey>;
4160
4161
  options?: AxAIServiceOptions;