Skip to content

Commit c8701c0

Browse files
committed
Adds most asked questions from Kapa
1 parent ae4455c commit c8701c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/webapp/app/components/AskAI.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ function ChatMessages({
6464
const hasFeedbackForLatestQA = latestQA?.id ? feedbackGivenForQAs.has(latestQA.id) : false;
6565

6666
const exampleQuestions = [
67-
"How do I handle errors in my task?",
68-
"What are the different types of triggers?",
69-
"How do I deploy my tasks?",
67+
"How do I increase my concurrency limit?",
68+
"How do I debug errors in my task?",
69+
"How do I deploy my task?",
7070
];
7171

7272
return (
7373
<div className="flex-1 overflow-y-auto p-4 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600">
7474
{conversation.length === 0 ? (
7575
<motion.div
76-
className="flex flex-col gap-2"
76+
className="flex flex-col gap-2 pb-2"
7777
initial="hidden"
7878
animate="visible"
7979
variants={{

0 commit comments

Comments
 (0)