Skip to content

UseEmbeddingModelCheckOptions

Defined in: features/model/hooks/use-embedding-model-check.ts:17

applyModelChange: (model, providerId) => void

Defined in: features/model/hooks/use-embedding-model-check.ts:23

Persists the new model+provider as the shared embedding choice.

string

string

void


embeddingModels: ProviderModel[]

Defined in: features/model/hooks/use-embedding-model-check.ts:25

All provider-discovered embedding models for the auto-switch search.


resolveProviderForModel: (modelName) => string

Defined in: features/model/hooks/use-embedding-model-check.ts:27

Resolve a model name to its owning provider.

string

string


selectedModel: string

Defined in: features/model/hooks/use-embedding-model-check.ts:19

Currently-selected embedding model name.


setSelectedModel: (next) => void

Defined in: features/model/hooks/use-embedding-model-check.ts:21

Persists the (possibly-new) selected model name.

string

void