We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4455c commit c8701c0Copy full SHA for c8701c0
1 file changed
apps/webapp/app/components/AskAI.tsx
@@ -64,16 +64,16 @@ function ChatMessages({
64
const hasFeedbackForLatestQA = latestQA?.id ? feedbackGivenForQAs.has(latestQA.id) : false;
65
66
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?",
+ "How do I increase my concurrency limit?",
+ "How do I debug errors in my task?",
+ "How do I deploy my task?",
70
];
71
72
return (
73
<div className="flex-1 overflow-y-auto p-4 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-charcoal-600">
74
{conversation.length === 0 ? (
75
<motion.div
76
- className="flex flex-col gap-2"
+ className="flex flex-col gap-2 pb-2"
77
initial="hidden"
78
animate="visible"
79
variants={{
0 commit comments