docs: Add info comment

This commit is contained in:
Aleksander Grygier 2025-11-29 00:49:03 +01:00 committed by GitHub
parent 1adf173dd6
commit 2f97dbfa65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
let modelName = $derived(modelsStore.singleModelName); let modelName = $derived(modelsStore.singleModelName);
// Get modalities from modelStore using the model ID from the first model // Get modalities from modelStore using the model ID from the first model
// For now it supports only for single-model mode, will be extended with further improvements for multi-model functioanlities
let modalities = $derived.by(() => { let modalities = $derived.by(() => {
if (!modelsData?.data?.[0]?.id) return []; if (!modelsData?.data?.[0]?.id) return [];