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
@@ -19,6 +19,7 @@
let modelName = $derived(modelsStore.singleModelName);
// 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(() => {
if (!modelsData?.data?.[0]?.id) return [];