{getInitials($user.name)}
- {$input}
+{question}
@@ -193,7 +195,10 @@
diff --git a/src/lib/commandCenter/panels/ai.svelte b/src/lib/commandCenter/panels/ai.svelte index 44f6f753dc..e940248165 100644 --- a/src/lib/commandCenter/panels/ai.svelte +++ b/src/lib/commandCenter/panels/ai.svelte @@ -19,6 +19,8 @@ } }); + let question = $input; + const examples = [ 'How to add platform in the console?', 'How can I manage users, permissions, and access control in Appwrite?', @@ -140,7 +142,7 @@
{$input}
+{question}