Skip to content

Commit c9c8a38

Browse files
committed
populated empty question
1 parent 6c7f5ae commit c9c8a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/remix-ai-assistant/src/lib/conversationStarters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface ConversationStarter {
66

77
export const CONVERSATION_STARTERS: ConversationStarter[] = [
88
// Beginner Level (20 Questions)
9-
{ question: "", level: "beginner", category: "programming" },
9+
{ question: "What is the purpose of pragma statement", level: "beginner", category: "programming" },
1010
{ question: "How to use blob storage?", level: "beginner", category: "Solidity" },
1111
{ question: "What is the difference between storage, memory, and calldata in Solidity?", level: "beginner", category: "Solidity" },
1212
{ question: "How are dynamic arrays stored in contract storage?", level: "beginner", category: "Solidity" },

0 commit comments

Comments
 (0)