feat(FN-669): complete Step 3 — update ModelsResponse interface to include favoriteModels

This commit is contained in:
gsxdsm
2026-04-01 22:21:11 -07:00
parent 7f5905c9cb
commit 4b5e6baa2e

View File

@@ -343,6 +343,7 @@ export interface ModelInfo {
export interface ModelsResponse {
models: ModelInfo[];
favoriteProviders: string[];
favoriteModels: string[];
}
/** Fetch available AI models from the model registry along with favoriteProviders */