+
-
![]()
-
+
![]()
+
@@ -54,7 +79,10 @@
!isConnected ||
(inputLocked && !streamingMessage) ||
(mediaUploading && !streamingMessage) ||
- ((!(inputMessage || '').trim() && (!selectedImages?.length && !selectedVideos?.length)) && !streamingMessage)
+ (!(inputMessage || '').trim() &&
+ !selectedImages?.length &&
+ !selectedVideos?.length &&
+ !streamingMessage)
"
>
@@ -165,7 +193,14 @@ const props = defineProps<{
currentConversationId: string | null;
iconStyle: (key: string) => Record;
toolCategoryIcon: (categoryId: string) => string;
- modelOptions: Array<{ key: string; label: string; description: string; disabled?: boolean; supportsImage?: boolean; supportsVideo?: boolean }>;
+ modelOptions: Array<{
+ key: string;
+ label: string;
+ description: string;
+ disabled?: boolean;
+ supportsImage?: boolean;
+ supportsVideo?: boolean;
+ }>;
currentModelKey: string;
selectedImages?: string[];
selectedVideos?: string[];
diff --git a/static/src/components/input/QuickMenu.vue b/static/src/components/input/QuickMenu.vue
index 9e515ab..a4ddd14 100644
--- a/static/src/components/input/QuickMenu.vue
+++ b/static/src/components/input/QuickMenu.vue
@@ -60,7 +60,6 @@
›
-