@combycode/llm-sdk 3.0.0 → 3.1.0

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.d.ts CHANGED
@@ -271,8 +271,8 @@ export type { ModerateOptions, ModerationCategories, ModerationContentPart, Mode
271
271
  export type { ModerationEntry, ModerationReport, ModerationRequest, ModerationStreamOptions, ModerationStreamStrategy } from './llm/moderation/types';
272
272
  export { listModels, listModelsLive, clearLiveModelsCache } from './helpers/models';
273
273
  export type { ListModelsLiveOptions } from './helpers/models';
274
- export { select, selectModels } from './helpers/select-model';
275
- export type { SelectOptions, SelectPrefs } from './helpers/select-model';
274
+ export { select, selectModels, filterFacets, filterAliases } from './helpers/select-model';
275
+ export type { SelectOptions, SelectPrefs, FilterFacet } from './helpers/select-model';
276
276
  export { createRealtime } from './helpers/realtime';
277
277
  export type { CreateRealtimeOptions } from './helpers/realtime';
278
278
  export { transcribe } from './helpers/transcribe';