Skip to content

UseEmbeddingModelCheckOptions

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

applyModelChange: (model, providerId) => void

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

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:26

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


resolveProviderForModel: (modelName) => string

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

Resolve a model name to its owning provider.

string

string


selectedModel: string

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

Currently-selected embedding model name.


setSelectedModel: (next) => void

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

Persists the (possibly-new) selected model name.

string

void